summaryrefslogtreecommitdiff
path: root/crates/parser/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 /crates/parser/Cargo.toml
parent6dec3f91f0901c3e96de27767a196ced05503d1d (diff)
chore: update wasmparser
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 a7b8826..02b7003 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.220", default-features=false, features=["validate", "features"]}
+wasmparser={version="0.221", default-features=false, features=["validate", "features", "simd"]}
log={workspace=true, optional=true}
tinywasm-types={version="0.9.0-alpha.0", path="../types", default-features=false}