summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-07-16 20:41:18 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-07-16 20:41:18 +0200
commitcd3d91c74730edf9925773577c6b8da99b51e4a7 (patch)
treefc0e66b76931e0604aca946f1d087da7b8866297 /Cargo.toml
parentf1f272642ff50a1e94ff0ff6fec031973ca9eeda (diff)
chore: update wasmparser
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0200aa6..66438d2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"
[workspace.dependencies]
-wast="213"
+wast="214"
wat="1.212"
eyre="0.6"
log="0.4"