diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-07-13 20:47:28 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-07-13 20:47:28 +0200 |
| commit | f1f272642ff50a1e94ff0ff6fec031973ca9eeda (patch) | |
| tree | efb25b424a2f62545ec79dc981200bdd3b27d319 /crates/parser/Cargo.toml | |
| parent | 3361f928658652bd7178f37851c9dd9fadb077c8 (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 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} |
