summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-11-28 18:50:42 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-11-28 18:50:42 +0100
commit53c9bcbb726b6accaabaaec430117b0c0ad14388 (patch)
tree9bf97a0ac98d4e6d009fd274533032c6f6b0af0f /Cargo.toml
parent6dec3f91f0901c3e96de27767a196ced05503d1d (diff)
chore: update wasmparser
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 3eae13e..ca93037 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,8 +4,8 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"
[workspace.dependencies]
-wast="220"
-wat="1.220"
+wast="221"
+wat="1.221"
eyre="0.6"
log="0.4"
pretty_env_logger="0.5"