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 56e0be1..1f645cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,9 +4,9 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"
[workspace.dependencies]
-wast="228"
-wat="1.228"
-wasmparser={version="0.228", default-features=false}
+wast="229"
+wat="1.229"
+wasmparser={version="0.229", default-features=false}
eyre="0.6"
log="0.4"
pretty_env_logger="0.5"