From 986ac29c56bf4f57947553b2ca34df5846675686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 01:09:28 +0000 Subject: [PATCH] chore(deps): bump wasmparser from 0.252.0 to 0.253.0 in /simulator Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) 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: wasmparser dependency-version: 0.253.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- simulator/Cargo.lock | 6 +++--- simulator/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/simulator/Cargo.lock b/simulator/Cargo.lock index 40f3663..4aac1e1 100644 --- a/simulator/Cargo.lock +++ b/simulator/Cargo.lock @@ -2465,7 +2465,7 @@ dependencies = [ "tokio", "tracing", "tracing-subscriber", - "wasmparser 0.252.0", + "wasmparser 0.253.0", "wat", "zstd", ] @@ -3232,9 +3232,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", diff --git a/simulator/Cargo.toml b/simulator/Cargo.toml index 788e071..430d7db 100644 --- a/simulator/Cargo.toml +++ b/simulator/Cargo.toml @@ -32,7 +32,7 @@ inferno = "0.11" jsonschema = "0.40.2" object = { version = "0.38.1", features = ["wasm"] } gimli = "0.31" -wasmparser = "0.252.0" +wasmparser = "0.253.0" sha2 = "0.10.9" dirs = "6.0.0" hex = "0.4.3"