summaryrefslogtreecommitdiff
path: root/crates/parser/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-10-05 23:05:42 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-10-05 23:05:42 +0200
commitc00031a82782393eb32a9143aedb61e902a7c5d0 (patch)
tree4614a2705bf9fdcc6f0291e9a7ea694a8ee31662 /crates/parser/Cargo.toml
parenta3ca2af26f066900e2db550bbd608aceadf1ac7c (diff)
chore: update deps
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 fa16664..aa2f589 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.217", default-features=false, features=["validate", "features"]}
+wasmparser={version="0.218", default-features=false, features=["validate", "features"]}
log={workspace=true, optional=true}
tinywasm-types={version="0.8.0-alpha.0", path="../types", default-features=false}