From dab8af1a21eee8997a6347a79e231744888b5042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 13:55:37 +0000 Subject: [PATCH] Bump wit-parser from 0.255.0 to 0.258.0 Bumps [wit-parser](https://github.com/bytecodealliance/wasm-tools) from 0.255.0 to 0.258.0. - [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.258.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 5688ce6..20a6307 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.258.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 0b79755..58d6890 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ wasmparser = "0.255.0" wat = "1.251.0" wit-bindgen = "0.61.0" wit-component = "0.255.0" -wit-parser = "0.255.0" +wit-parser = "0.258.0"