From b4ecd98cebd3bf6b76f750138619ffc8af2b4d61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 08:07:37 +0000 Subject: [PATCH] chore(deps): update wit-bindgen requirement from 0.53 to 0.57 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.53.0...v0.57.1) --- updated-dependencies: - dependency-name: wit-bindgen dependency-version: 0.57.1 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 cbb1509..d363ae2 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.53", default-features = false, features = ["macros", "realloc"] } +wit-bindgen = { version = "0.57", default-features = false, features = ["macros", "realloc"] }