summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2025-03-06 23:40:16 +0100
committerHenry Gressmann <mail@henrygressmann.de>2025-03-06 23:40:16 +0100
commit374db44a6b7666353875df17f44ec4da7ff317d5 (patch)
tree987b11c3bce69457f7171f656c52c38fe3e3fb42 /Cargo.toml
parent86e996df87e28885aa0e540d8ba4e3e1df44b0c1 (diff)
chore: update wasmparser
Signed-off-by: Henry Gressmann <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 e433260..74ad676 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,9 +4,9 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"
[workspace.dependencies]
-wast="226"
-wat="1.226"
-wasmparser={version="0.226", default-features=false}
+wast="227"
+wat="1.227"
+wasmparser={version="0.227", default-features=false}
eyre="0.6"
log="0.4"
pretty_env_logger="0.5"