diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-08-25 23:42:53 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-08-25 23:42:53 +0200 |
| commit | de85e521d035e6ffb4122ad72941764c9a5cf0b0 (patch) | |
| tree | 7a623558095052df7cefbe45b17b05897c8e96e2 /crates/parser/Cargo.toml | |
| parent | 06f81026eca6446d737e3759951ca15001a819c5 (diff) | |
chore: update wasmparser + testsuite
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 5ba2a02..efb0817 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.215", default-features=false, features=["validate"]} +wasmparser={version="0.216", default-features=false, features=["validate"]} log={workspace=true, optional=true} tinywasm-types={version="0.8.0-alpha.0", path="../types", default-features=false} |
