summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-06-17 15:48:34 +0200
committerHenry <mail@henrygressmann.de>2026-06-17 15:48:34 +0200
commit34635e83044c3089d0fadbfe76b6f847ef826826 (patch)
treec21f9feaf3e1711fc6963a0af7efc7e2116f1a2e /Cargo.toml
parent2205911f8481f80ad8d174c76207886bda972e70 (diff)
chore: update wasmparser / testsuite
Signed-off-by: Henry <mail@henrygressmann.de>
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 a0b6839..39c288a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,9 +18,9 @@ pretty_env_logger="0.5"
serde_json={version="1.0"}
serde={version="1.0", features=["derive"]}
wasm-testsuite={version="0.7"}
-wasmparser={version="0.250", default-features=false}
-wast="250"
-wat="1.250"
+wasmparser={version="0.252", default-features=false}
+wast="252"
+wat="1.252"
[workspace.package]
version="0.9.0"