summaryrefslogtreecommitdiff
path: root/crates/parser
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 /crates/parser
parent0c1781fc62037181ae9698840fadb1d4578d2395 (diff)
chore: update deps
note: wasmparser now uses btree's Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'crates/parser')
-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 83bb32b..a7b8826 100644
--- a/crates/parser/Cargo.toml
+++ b/crates/parser/Cargo.toml
@@ -9,7 +9,7 @@ repository.workspace=true
rust-version.workspace=true
[dependencies]
-wasmparser={version="0.219", default-features=false, features=["validate", "features"]}
+wasmparser={version="0.220", default-features=false, features=["validate", "features"]}
log={workspace=true, optional=true}
tinywasm-types={version="0.9.0-alpha.0", path="../types", default-features=false}