summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f47f1f4..7cc731e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,9 +4,9 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"
[workspace.dependencies]
-wast="245"
-wat="1.245"
-wasmparser={version="0.245", default-features=false}
+wast="246"
+wat="1.246"
+wasmparser={version="0.246", default-features=false}
eyre="0.6"
log="0.4"
pretty_env_logger="0.5"