summaryrefslogtreecommitdiff
path: root/crates/parser/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-06-13 20:59:51 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-06-13 20:59:51 +0200
commitfc76c1eeddc3b0e0be6a1cc0490fdd2b178c8875 (patch)
treeed6fb4d3395cf86d3aaff3c689d246ba3e333362 /crates/parser/Cargo.toml
parentb61e55c1fbf5c0c443b325967a524a2623429029 (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 72a5292..1f1d194 100644
--- a/crates/parser/Cargo.toml
+++ b/crates/parser/Cargo.toml
@@ -8,7 +8,7 @@ authors.workspace=true
repository.workspace=true
[dependencies]
-wasmparser={version="0.209", default-features=false, features=["validate"]}
+wasmparser={version="0.210", default-features=false, features=["validate"]}
log={version="0.4", optional=true}
tinywasm-types={version="0.7.0", path="../types", default-features=false}