summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry <mail@henrygressmann.de>2026-02-12 00:07:43 +0100
committerHenry <mail@henrygressmann.de>2026-02-12 00:07:43 +0100
commit384cb7ecb8e39fc6d4ec371bd753a889dfb83b33 (patch)
tree653266b9e9b7088234da3c34da41691f6c57f5f0 /Cargo.toml
parent7e3465b25af40aa6f2eb09b1f2cddd863ca40baa (diff)
chore: upgrade deps
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 d6fe4c7..1563d6c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,9 +4,9 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"
[workspace.dependencies]
-wast="244"
-wat="1.244"
-wasmparser={version="0.244", default-features=false}
+wast="245"
+wat="1.245"
+wasmparser={version="0.245", default-features=false}
eyre="0.6"
log="0.4"
pretty_env_logger="0.5"