summaryrefslogtreecommitdiff
path: root/crates/parser/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-03-27 11:25:48 +0100
committerHenry Gressmann <mail@henrygressmann.de>2024-03-27 11:25:48 +0100
commit877622ee8c374fbfe78f35e992423f4ce91ae89c (patch)
tree2aa1aa759d48a6872cab28819c8580bfb14a1497 /crates/parser/Cargo.toml
parent670f20227d1440acefb218ee87a587ef4b99c6be (diff)
chore: update dependencies
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser/Cargo.toml')
-rw-r--r--crates/parser/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/parser/Cargo.toml b/crates/parser/Cargo.toml
index 197023d..6ba7461 100644
--- a/crates/parser/Cargo.toml
+++ b/crates/parser/Cargo.toml
@@ -9,7 +9,7 @@ repository.workspace=true
[dependencies]
# fork of wasmparser with no_std support, see https://github.com/bytecodealliance/wasmtime/issues/3495
-wasmparser={version="0.200.3", package="tinywasm-wasmparser", default-features=false}
+wasmparser={version="0.202.0", package="tinywasm-wasmparser", default-features=false}
log={version="0.4", optional=true}
tinywasm-types={version="0.5.0", path="../types", default-features=false}