From f747bf63cfe5b6a21f9c9c2f50bd4cebf766b7c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:17:56 +0000 Subject: [PATCH] build(deps): bump wasmparser from 0.250.0 to 0.252.0 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.250.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.251.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90cd6ad..1f41d42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,7 +32,7 @@ dependencies = [ "tracing-subscriber", "walkdir", "wasm-encoder 0.250.0", - "wasmparser 0.250.0", + "wasmparser 0.252.0", ] [[package]] @@ -77,7 +77,7 @@ dependencies = [ "tracing", "tracing-subscriber", "url", - "wasmparser 0.250.0", + "wasmparser 0.252.0", "wasmtime", "wasmtime-wasi", "wasmtime-wasi-http", @@ -4074,10 +4074,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "071d99cdfb8111603ed05500506c3298a940b58d609dd0259d3981785dd33556" dependencies = [ "bitflags", - "hashbrown 0.17.1", "indexmap 2.14.0", "semver", - "serde", ] [[package]] @@ -4087,8 +4085,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3eb099dcadcde5be9eef55e3a337128efd4e44b4c93122487e4d2e4e1c6627c" dependencies = [ "bitflags", + "hashbrown 0.17.1", "indexmap 2.14.0", "semver", + "serde", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index fddf039..9150851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" [workspace.dependencies] act-types = "0.10" -wasmparser = "0.250.0" +wasmparser = "0.252.0" [profile.release] lto = "thin"