summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-08-25 23:42:53 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-08-25 23:42:53 +0200
commitde85e521d035e6ffb4122ad72941764c9a5cf0b0 (patch)
tree7a623558095052df7cefbe45b17b05897c8e96e2 /Cargo.toml
parent06f81026eca6446d737e3759951ca15001a819c5 (diff)
chore: update wasmparser + testsuite
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 c348750..79d8868 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,8 +4,8 @@ default-members=[".", "crates/tinywasm", "crates/types", "crates/parser"]
resolver="2"
[workspace.dependencies]
-wast="215"
-wat="1.212"
+wast="216"
+wat="1.216"
eyre="0.6"
log="0.4"
pretty_env_logger="0.5"