diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2025-01-14 17:41:29 +0100 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2025-01-14 17:41:29 +0100 |
| commit | 40e570cf8bdd948c1e7e9dd85e5ac24d9a062d2a (patch) | |
| tree | 64e9338f1c656fd9d81f51cd4f425359b2dbc6d1 /crates/parser/Cargo.toml | |
| parent | 1a64f4092af9304694e98f441b79f0a93ee1c194 (diff) | |
chore: update deps, spelling
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 61224fd..f8eabb4 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.222", default-features=false, features=["validate", "features", "simd"]} +wasmparser={version="0.223", default-features=false, features=["validate", "features", "simd"]} log={workspace=true, optional=true} tinywasm-types={version="0.9.0-alpha.0", path="../types", default-features=false} |
