summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-11-13 00:49:19 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-11-13 00:49:19 +0100
commit8485ad1af9090d47a5abb757d7f3922f9a31ff7f (patch)
tree8cb0cfb16287cc341369de0c52703853f4cb5f01 /Cargo.toml
parent0c1781fc62037181ae9698840fadb1d4578d2395 (diff)
chore: update deps
note: wasmparser now uses btree's Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 413d364..3eae13e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,8 +4,8 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"
[workspace.dependencies]
-wast="219"
-wat="1.219"
+wast="220"
+wat="1.220"
eyre="0.6"
log="0.4"
pretty_env_logger="0.5"