From ad2d78f4d97b437b2fab07bce7493dd37c866e72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 13:18:01 +0000 Subject: [PATCH] Bump wit-parser from 0.255.0 to 0.257.1 Bumps [wit-parser](https://github.com/bytecodealliance/wasm-tools) from 0.255.0 to 0.257.1. - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](https://github.com/bytecodealliance/wasm-tools/commits) --- updated-dependencies: - dependency-name: wit-parser dependency-version: 0.257.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 32 +++++++++++++++++++++++++++++++- Cargo.toml | 2 +- 2 files changed, 32 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e24af3c..1088d08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -80,7 +80,7 @@ dependencies = [ "wat", "wit-bindgen", "wit-component 0.255.0", - "wit-parser 0.255.0", + "wit-parser 0.257.1", ] [[package]] @@ -695,6 +695,17 @@ dependencies = [ "serde", ] +[[package]] +name = "wasmparser" +version = "0.257.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d92fc335fb6d48f46bda1d8b26b69e28320c15ac3272208333833d6e217e2b4a" +dependencies = [ + "bitflags", + "indexmap", + "semver", +] + [[package]] name = "wast" version = "255.0.0" @@ -842,6 +853,25 @@ dependencies = [ "wasmparser 0.255.0", ] +[[package]] +name = "wit-parser" +version = "0.257.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6f815340f0bb65d9775ae21e56b503b496683557b9b627b195d2766c25fb24ae" +dependencies = [ + "anyhow", + "hashbrown", + "id-arena", + "indexmap", + "log", + "semver", + "serde", + "serde_derive", + "serde_json", + "unicode-ident", + "wasmparser 0.257.1", +] + [[package]] name = "writeable" version = "0.6.3" diff --git a/Cargo.toml b/Cargo.toml index 4cd477c..3fc8856 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ wasmparser = "0.255.0" wat = "1.251.0" wit-bindgen = { version = "0.60.0", git = "https://github.com/bytecodealliance/wit-bindgen.git", rev = "d92cfd3497a7adfbe70f03886c11def2deab6faa" } wit-component = "0.255.0" -wit-parser = "0.255.0" +wit-parser = "0.257.1"