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 ca977f9..499a0c7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,9 +4,9 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"
[workspace.dependencies]
-wast="246"
-wat="1.246"
-wasmparser={version="0.246", default-features=false}
+wast="247"
+wat="1.247"
+wasmparser={version="0.247", default-features=false}
eyre="0.6"
log="0.4"
pretty_env_logger="0.5"