From d86bac57d1f6fbf604c4e2065381094f5fb07536 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 21:32:40 +0000 Subject: [PATCH] chore(deps): update wit-bindgen requirement from 0.57 to 0.58 Updates the requirements on [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases) - [Commits](https://github.com/bytecodealliance/wit-bindgen/compare/v0.57.0...v0.58.0) --- updated-dependencies: - dependency-name: wit-bindgen dependency-version: 0.58.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/example/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/example/Cargo.toml b/modules/example/Cargo.toml index d363ae2..eea9911 100644 --- a/modules/example/Cargo.toml +++ b/modules/example/Cargo.toml @@ -9,4 +9,4 @@ repository.workspace = true crate-type = ["cdylib"] [dependencies] -wit-bindgen = { version = "0.57", default-features = false, features = ["macros", "realloc"] } +wit-bindgen = { version = "0.58", default-features = false, features = ["macros", "realloc"] }