From 44013a080d73755ec2bcb315574cd3902ed50324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 08:10:39 +0000 Subject: [PATCH] Bump wasmparser from 0.239.0 to 0.245.1 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.239.0 to 0.245.1. - [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.245.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd434ff..9945651 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -602,9 +602,9 @@ checksum = "a8145dd1593bf0fb137dbfa85b8be79ec560a447298955877804640e40c2d6ea" [[package]] name = "wasmparser" -version = "0.239.0" +version = "0.245.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c9d90bb93e764f6beabf1d02028c70a2156a6583e63ac4218dd07ef733368b0" +checksum = "4f08c9adee0428b7bddf3890fc27e015ac4b761cc608c822667102b8bfd6995e" dependencies = [ "bitflags", ] diff --git a/Cargo.toml b/Cargo.toml index 3a89d7b..53e9573 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MPL-2.0" description = "Risc-V emulator for the Web, WASM, and anything based on them" [workspace.dependencies] -wasmparser = { version = "0.239.0", default-features = false } +wasmparser = { version = "0.245.1", default-features = false } wasm-encoder = { version = "0.239.0", default-features = false, features = [ "wasmparser", ] }