summaryrefslogtreecommitdiff
path: root/crates/parser
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-07-13 20:47:28 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-07-13 20:47:28 +0200
commitf1f272642ff50a1e94ff0ff6fec031973ca9eeda (patch)
treeefb25b424a2f62545ec79dc981200bdd3b27d319 /crates/parser
parent3361f928658652bd7178f37851c9dd9fadb077c8 (diff)
chore: update deps
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 994bd6d..7d66ea9 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.212", default-features=false, features=["validate"]}
+wasmparser={version="0.213", default-features=false, features=["validate"]}
log={workspace=true, optional=true}
tinywasm-types={version="0.8.0-alpha.0", path="../types", default-features=false}