summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-04-03 02:07:17 +0200
committerHenry <mail@henrygressmann.de>2026-04-03 02:07:17 +0200
commita8d057903cca3b7dd0a010b5649a9bd8173acc1b (patch)
treeb0b18a78e03283cf7132f9c05db73660b6679bb5 /Cargo.toml
parentbb439dae3c6dd5ea203f904cb99585e06d32beb5 (diff)
chore: update
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 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"