diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-08-01 19:43:58 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-08-01 19:43:58 +0200 |
| commit | ad47fb727e90ebe1fae991e08ea7dfcb907c15f7 (patch) | |
| tree | c67bda9d44c5a97246a64573900ec6123f00d68c /crates/parser/Cargo.toml | |
| parent | cd3d91c74730edf9925773577c6b8da99b51e4a7 (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 830e783..5ba2a02 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.214", default-features=false, features=["validate"]} +wasmparser={version="0.215", default-features=false, features=["validate"]} log={workspace=true, optional=true} tinywasm-types={version="0.8.0-alpha.0", path="../types", default-features=false} |
