From ae4ed63c947299b6f6892b3283c3a546a30d89d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 01:21:21 +0000 Subject: [PATCH] build(deps): bump wasmparser from 0.239.0 to 0.243.0 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.239.0 to 0.243.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.243.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8737057..0e6f1dfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5670,7 +5670,7 @@ dependencies = [ "tracing", "url", "wasi-preview1-component-adapter-provider", - "wasmparser 0.239.0", + "wasmparser 0.243.0", "wasmtime", "wasmtime-cli-flags", "wasmtime-wasi", diff --git a/Cargo.toml b/Cargo.toml index 5fa1d676..210ba18e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -161,7 +161,7 @@ uuid = { version = "1", default-features = false } wasi = { version = "0.14", default-features = false } wasi-preview1-component-adapter-provider = { version = "39", default-features = false } wasm-tokio = { version = "0.6", default-features = false } -wasmparser = { version = "0.239", default-features = false } +wasmparser = { version = "0.243", default-features = false } wasmtime = { version = "39", default-features = false } wasmtime-cli-flags = { version = "39", default-features = false } wasmtime-wasi = { version = "39", default-features = false }