diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-06-13 20:59:51 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-06-13 20:59:51 +0200 |
| commit | fc76c1eeddc3b0e0be6a1cc0490fdd2b178c8875 (patch) | |
| tree | ed6fb4d3395cf86d3aaff3c689d246ba3e333362 /crates/parser/Cargo.toml | |
| parent | b61e55c1fbf5c0c443b325967a524a2623429029 (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.toml | 2 |
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} |
