From 67be82d474cfafad0c77eed4d74a250ab2ee200b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:58:28 +0000 Subject: [PATCH] Bump the cargo-deps group across 1 directory with 3 updates Bumps the cargo-deps group with 3 updates in the /test-runner directory: [regex](https://github.com/rust-lang/regex), [wasm-encoder](https://github.com/bytecodealliance/wasm-tools) and [wasmparser](https://github.com/bytecodealliance/wasm-tools). Updates `regex` from 1.12.4 to 1.13.0 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.12.4...1.13.0) 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: regex dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - 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 | 18 +++++++++--------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/crates/wasm_split_cli/Cargo.toml b/crates/wasm_split_cli/Cargo.toml index da81748..2b29d59 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 779d946..8c41370 100644 --- a/test-runner/Cargo.lock +++ b/test-runner/Cargo.lock @@ -1221,9 +1221,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.12.4" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba" +checksum = "2a0e75113e14dc5acb068cd0786884f214f1312650a3d36d269f5c4f3cdee8a2" dependencies = [ "aho-corasick", "memchr", @@ -1946,12 +1946,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]] @@ -1978,8 +1978,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]] @@ -1997,9 +1997,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",