From 52dfccd451b9f07180d4c1f4130dab1cd379b109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 11:16:02 +0000 Subject: [PATCH] chore(deps): update wit-bindgen requirement from 0.59.0 to 0.61.1 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.59.0...v0.61.1) --- updated-dependencies: - dependency-name: wit-bindgen dependency-version: 0.61.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f398cf..057ccd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ exclude = [".github/*", ".gitignore"] [dependencies] serde = { version = "1.0.229", default-features = false, features = ["derive", "std"] } thiserror = { version = "2.0.19", default-features = false, features = ["std"] } -wit-bindgen = { version = "0.59.0", default-features = false, features = ["macros", "std"] } +wit-bindgen = { version = "0.61.1", default-features = false, features = ["macros", "std"] } toml = { version = "1.1", default-features = false, features = ["std", "serde", "parse", "display"] } [dev-dependencies]