From 1dfb044385ea28ed2bf0313ed57a1e39fc6795af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 14:14:10 +0000 Subject: [PATCH] chore(deps): bump the cargo group with 3 updates Bumps the cargo group with 3 updates: [wasm-encoder](https://github.com/bytecodealliance/wasm-tools), [wasmparser](https://github.com/bytecodealliance/wasm-tools) and [wasmprinter](https://github.com/bytecodealliance/wasm-tools). Updates `wasm-encoder` from 0.254.0 to 0.255.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) Updates `wasmparser` from 0.254.0 to 0.255.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) Updates `wasmprinter` from 0.254.0 to 0.255.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-version: 0.255.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: wasmparser dependency-version: 0.255.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: wasmprinter dependency-version: 0.255.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 4 ++-- driver/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf1a714..62199fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -823,18 +823,18 @@ dependencies = [ [[package]] name = "wasm-encoder" -version = "0.254.0" +version = "0.255.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09480d646178e5fdd12bb06e812d0af9a3a191dbc9cd697fdc86687beade7393" +checksum = "9b524283fb5df62eec102ed0574838961bdd7ba5ac9c50d38e2756c51c971a42" dependencies = [ "leb128fmt", ] [[package]] name = "wasmparser" -version = "0.254.0" +version = "0.255.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5769a29f799fbab136aaf65b4fe5384cd7d93fe6fc9ba0dcb6c8382a1f16e27" +checksum = "e8e329ef4b5d46e73b91d3ac6924417cad55a8cbbf869c199283383427c3320b" dependencies = [ "bitflags", "indexmap", @@ -842,9 +842,9 @@ dependencies = [ [[package]] name = "wasmprinter" -version = "0.254.0" +version = "0.255.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64e3ba11e024f504698f87b629b2b66c22a1231758de7607754963f7d198be39" +checksum = "6765bb702ec2a3e84c228c0343d179f32bd0c7326d710d83c80cff6ecce987ae" dependencies = [ "anyhow", "termcolor", diff --git a/Cargo.toml b/Cargo.toml index 92a6584..5c86d89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,8 @@ bumpalo = { version = "3", default-features = false } derive_more = { version = "2", default-features = false } ref-cast = "1" bolero = "0.13" -wasm-encoder = { version = "0.254", default-features = false } -wasmparser = { version = "0.254", default-features = false, features = ["validate"] } +wasm-encoder = { version = "0.255", default-features = false } +wasmparser = { version = "0.255", default-features = false, features = ["validate"] } clap = { version = "4", features = ["derive"] } [workspace.lints.rust] diff --git a/driver/Cargo.toml b/driver/Cargo.toml index b798e5a..c113406 100644 --- a/driver/Cargo.toml +++ b/driver/Cargo.toml @@ -21,4 +21,4 @@ bumpalo.workspace = true splic-driver = { path = ".", features = ["backend-wasm"] } expect-test = "1.5" rstest = "0.26" -wasmprinter = { version = "0.254", default-features = false } +wasmprinter = { version = "0.255", default-features = false }