From a8b854d62d8aadf09196c5427220c3771cf24a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 11:24:56 +0000 Subject: [PATCH] build(deps): bump wasmparser from 0.243.0 to 0.244.0 Bumps [wasmparser](https://github.com/bytecodealliance/wasm-tools) from 0.243.0 to 0.244.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.244.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++++++++++- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86f3f3f..2818062 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1794,7 +1794,7 @@ dependencies = [ "tokio", "tracing", "wasi-preview1-component-adapter-provider", - "wasmparser 0.243.0", + "wasmparser 0.244.0", "wasmtime", "wasmtime-cabish", "wasmtime-wasi", @@ -2104,6 +2104,15 @@ dependencies = [ "semver", ] +[[package]] +name = "wasmparser" +version = "0.244.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" +dependencies = [ + "bitflags", +] + [[package]] name = "wasmprinter" version = "0.240.0" diff --git a/Cargo.toml b/Cargo.toml index c12b61c..24e7038 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ wasi-passthrough-ext = { version = "0.2", default-features = false } wasi-passthrough-keyvalue = { version = "0.2", default-features = false } wasi-passthrough-logging = { version = "0.2.1", default-features = false } wasi-preview1-component-adapter-provider = { version = "40", default-features = false } -wasmparser = { version = "0.243", default-features = false } +wasmparser = { version = "0.244", default-features = false } wasmtime = { version = "39", default-features = false } wasmtime-cabish = { version = "0.8", default-features = false } wasmtime-wasi = { version = "39", default-features = false }