From 9886e8bb7d87f1951e8b32ba7c84646823a48098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 22:43:48 +0000 Subject: [PATCH] Bump the cargo-deps group across 1 directory with 2 updates Bumps the cargo-deps group with 2 updates in the /test-runner directory: [wasm-encoder](https://github.com/bytecodealliance/wasm-tools) and [wasmparser](https://github.com/bytecodealliance/wasm-tools). Updates `wasm-encoder` from 0.252.0 to 0.253.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) Updates `wasmparser` from 0.252.0 to 0.253.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.253.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: wasmparser dependency-version: 0.253.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] --- crates/wasm_split_cli/Cargo.toml | 4 ++-- integration/Cargo.lock | 4 ++-- test-runner/Cargo.lock | 14 +++++++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/crates/wasm_split_cli/Cargo.toml b/crates/wasm_split_cli/Cargo.toml index 7fe0990..4ca8ff3 100644 --- a/crates/wasm_split_cli/Cargo.toml +++ b/crates/wasm_split_cli/Cargo.toml @@ -14,8 +14,8 @@ eyre = "0.6" tracing = { version = "0.1", default-features = false, features = ["std"] } lazy_static = "1.4" regex = "1.12" -wasm-encoder = { version = "0.252", features = ["wasmparser"] } -wasmparser = "0.252" +wasm-encoder = { version = "0.253", features = ["wasmparser"] } +wasmparser = "0.253" # bin-only depdencies clap = { version = "4.5", features = ["derive"], optional = true } tracing-subscriber = { version = "0.3", features = ["fmt"], optional = true } diff --git a/integration/Cargo.lock b/integration/Cargo.lock index f1753f9..7c2ee7a 100644 --- a/integration/Cargo.lock +++ b/integration/Cargo.lock @@ -313,9 +313,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" +checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" dependencies = [ "itoa", "memchr", diff --git a/test-runner/Cargo.lock b/test-runner/Cargo.lock index 0103694..ad58215 100644 --- a/test-runner/Cargo.lock +++ b/test-runner/Cargo.lock @@ -1928,12 +1928,12 @@ dependencies = [ [[package]] name = "wasm-encoder" -version = "0.252.0" +version = "0.253.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8185ae345fa5687c054626ff9a50e7089797a343d9904d1dc9820eb4c4d3196f" +checksum = "59972d6cd272259de647b7c1f1912e45e289c75ffd4be04e10695507cd7e1b59" dependencies = [ "leb128fmt", - "wasmparser 0.252.0", + "wasmparser 0.253.0", ] [[package]] @@ -1959,8 +1959,8 @@ dependencies = [ "lazy_static", "regex", "tracing", - "wasm-encoder 0.252.0", - "wasmparser 0.252.0", + "wasm-encoder 0.253.0", + "wasmparser 0.253.0", ] [[package]] @@ -1978,9 +1978,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.252.0" +version = "0.253.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3eb099dcadcde5be9eef55e3a337128efd4e44b4c93122487e4d2e4e1c6627c" +checksum = "19db11f87d2486580e1e8b6f494c54df7e0566b87d0b599db843c24019667339" dependencies = [ "bitflags", "hashbrown 0.17.1",