From 4ff14278864cd88022b3062c554687db40781806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:47:18 +0000 Subject: [PATCH] Bump wasmparser from 0.220.0 to 0.221.2 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.220.0 to 0.221.2. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wasmparser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 +++++------ crates/analyze/Cargo.toml | 2 +- crates/build/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eb2bc8e9e..ee64a0322 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1910,7 +1910,7 @@ version = "5.0.1" dependencies = [ "anyhow", "contract-metadata", - "wasmparser 0.220.0", + "wasmparser 0.221.2", "wat", ] @@ -1950,7 +1950,7 @@ dependencies = [ "walkdir", "wasm-encoder 0.220.0", "wasm-opt", - "wasmparser 0.220.0", + "wasmparser 0.221.2", "which", "zip", ] @@ -3987,6 +3987,7 @@ dependencies = [ "allocator-api2", "equivalent", "foldhash", + "serde", ] [[package]] @@ -12989,12 +12990,8 @@ version = "0.220.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e246c2772ce3ebc83f89a2d4487ac5794cad6c309b2071818a88c7db7c36d87b" dependencies = [ - "ahash 0.8.11", "bitflags 2.6.0", - "hashbrown 0.14.5", "indexmap 2.6.0", - "semver 1.0.23", - "serde", ] [[package]] @@ -13004,8 +13001,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9845c470a2e10b61dd42c385839cdd6496363ed63b5c9e420b5488b77bd22083" dependencies = [ "bitflags 2.6.0", + "hashbrown 0.15.2", "indexmap 2.6.0", "semver 1.0.23", + "serde", ] [[package]] diff --git a/crates/analyze/Cargo.toml b/crates/analyze/Cargo.toml index c31ed209e..907724ad4 100644 --- a/crates/analyze/Cargo.toml +++ b/crates/analyze/Cargo.toml @@ -15,7 +15,7 @@ include = ["Cargo.toml", "*.rs", "LICENSE"] [dependencies] contract-metadata = { version = "5.0.1", path = "../metadata" } -wasmparser = "0.220.0" +wasmparser = "0.221.2" anyhow = "1.0.94" [dev-dependencies] diff --git a/crates/build/Cargo.toml b/crates/build/Cargo.toml index 364426749..39afb8722 100644 --- a/crates/build/Cargo.toml +++ b/crates/build/Cargo.toml @@ -31,7 +31,7 @@ scale = { package = "parity-scale-codec", version = "3.0.0", features = [ toml = "0.8.13" tracing = "0.1.40" wasm-encoder = { version = "0.220.0", features = ["wasmparser"] } -wasmparser = "0.220.0" +wasmparser = "0.221.2" semver = { version = "1.0.23", features = ["serde"] } serde = { version = "1", default-features = false, features = ["derive"] } serde_json = "1.0.133"