From 1bfb14d62e07153846d2434718c4d44a3779dcfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 19:29:56 +0000 Subject: [PATCH] Bump wasmparser from 0.251.0 to 0.252.0 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.251.0 to 0.252.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.252.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eae544df..9267bc55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1893,7 +1893,7 @@ dependencies = [ "tokio", "walrus", "wasm-opt", - "wasmparser 0.251.0", + "wasmparser 0.252.0", "wasmprinter 0.251.0", "wasmtime 46.0.0", "wasmtime-wasi", @@ -1941,7 +1941,7 @@ dependencies = [ "tokio", "walrus", "wasm-opt", - "wasmparser 0.251.0", + "wasmparser 0.252.0", "wasmtime 46.0.0", "wasmtime-wasi", "wasmtime-wizer", @@ -1986,7 +1986,7 @@ dependencies = [ "anyhow", "tempfile", "uuid", - "wasmparser 0.251.0", + "wasmparser 0.252.0", "wasmtime 46.0.0", "wasmtime-wasi", ] @@ -4125,6 +4125,7 @@ dependencies = [ "hashbrown 0.17.0", "indexmap", "semver", + "serde", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 8042ac4f..c04dd88f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ uuid = { version = "1.23", features = ["v4"] } serde = { version = "1.0", default-features = false } serde_json = "1.0" walrus = "0.26.4" -wasmparser = "0.251.0" +wasmparser = "0.252.0" [profile.release] lto = true