From 1f635e5cf237dd28e2369503a7c339957e3a5305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 04:25:54 +0000 Subject: [PATCH] build(deps): bump the rust-dependencies group across 1 directory with 2 updates Bumps the rust-dependencies group with 2 updates in the / directory: [wasmparser](https://github.com/bytecodealliance/wasm-tools) and [wat](https://github.com/bytecodealliance/wasm-tools). Updates `wasmparser` from 0.256.0 to 0.258.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) Updates `wat` from 1.256.0 to 1.258.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/compare/v1.256.0...v1.258.0) --- updated-dependencies: - dependency-name: wasmparser dependency-version: 0.257.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: wat dependency-version: 1.257.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- crates/redevplugin-runtime/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f33083ac..5eeb5cff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -443,7 +443,7 @@ dependencies = [ "serde_json", "sha2", "wasmi", - "wasmparser 0.256.0", + "wasmparser 0.258.0", "wat", ] @@ -671,12 +671,12 @@ dependencies = [ [[package]] name = "wasm-encoder" -version = "0.256.0" +version = "0.258.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec1492381bfd5ea51c2a99a919b676662559925cb8d7490547ec2e14c1ad3eb1" +checksum = "e974fe6821a8cf64575d51ea2194e2c8f77e7b66e9afe7419ce8a97f9ee0d251" dependencies = [ "leb128fmt", - "wasmparser 0.256.0", + "wasmparser 0.258.0", ] [[package]] @@ -731,9 +731,9 @@ dependencies = [ [[package]] name = "wasmparser" -version = "0.256.0" +version = "0.258.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60bd825ffedc6cba8a642924ba7ae424afbc47811cffbcb7b92031ec24e59b4c" +checksum = "d9a61719f93a87b16d325921e251800c4833f8fab50fa21c7de73aed50086313" dependencies = [ "bitflags", "hashbrown 0.17.1", @@ -744,9 +744,9 @@ dependencies = [ [[package]] name = "wast" -version = "256.0.0" +version = "258.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3ad42723fc9222da007f05812a3249c9a4ee7af79d497fc2a2079579ad7efe6" +checksum = "97f7defc7ecca8b19ac7f824598eadd0c53985ee00c74060d65051e9da5b58a1" dependencies = [ "bumpalo", "leb128fmt", @@ -757,9 +757,9 @@ dependencies = [ [[package]] name = "wat" -version = "1.256.0" +version = "1.258.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37cc86c54d8011b3202e265bfebada440733ea3a788ffaf46d395f7d2fdeacfb" +checksum = "7555c008cca87f2ac58d9f83ccda7e7b44611093ce28eb28f052e7c78024b9bf" dependencies = [ "wast", ] diff --git a/crates/redevplugin-runtime/Cargo.toml b/crates/redevplugin-runtime/Cargo.toml index 07bfe920..602694b1 100644 --- a/crates/redevplugin-runtime/Cargo.toml +++ b/crates/redevplugin-runtime/Cargo.toml @@ -16,7 +16,7 @@ libc = "0.2" serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0", features = ["raw_value"] } sha2 = "0.11" -wasmparser = "0.256" +wasmparser = "0.258" wasmi = { version = "=2.0.0-beta.10", default-features = false, features = ["portable-dispatch", "std", "validate"] } [dev-dependencies]