From 9382ad779dd6dfe8fdef37a2dfdc207126877496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:31:43 +0000 Subject: [PATCH] Bump wasm-encoder from 0.220.0 to 0.221.0 Bumps [wasm-encoder](https://github.com/bytecodealliance/wasm-tools) from 0.220.0 to 0.221.0. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wasm-encoder dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++------------ crates/build/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5aa884f29..a1b3af040 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1948,7 +1948,7 @@ dependencies = [ "uzers", "wabt", "walkdir", - "wasm-encoder 0.220.0", + "wasm-encoder", "wasm-opt", "wasmparser 0.220.0", "which", @@ -12864,16 +12864,6 @@ version = "0.2.95" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" -[[package]] -name = "wasm-encoder" -version = "0.220.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebf48234b389415b226a4daef6562933d38c7b28a8b8f64c5c4130dad1561ab7" -dependencies = [ - "leb128", - "wasmparser 0.220.0", -] - [[package]] name = "wasm-encoder" version = "0.221.0" @@ -13222,7 +13212,7 @@ dependencies = [ "leb128", "memchr", "unicode-width 0.2.0", - "wasm-encoder 0.221.0", + "wasm-encoder", ] [[package]] diff --git a/crates/build/Cargo.toml b/crates/build/Cargo.toml index ce27137d1..a36f85d74 100644 --- a/crates/build/Cargo.toml +++ b/crates/build/Cargo.toml @@ -30,7 +30,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"] } +wasm-encoder = { version = "0.221.0", features = ["wasmparser"] } wasmparser = "0.220.0" semver = { version = "1.0.23", features = ["serde"] } serde = { version = "1", default-features = false, features = ["derive"] }