From 238f6c5b641d6022f113d3293622f0c8a66a0fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 11:15:38 +0000 Subject: [PATCH] chore(deps): update wit-bindgen requirement from 0.59.0 to 0.60.0 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.60.0) --- updated-dependencies: - dependency-name: wit-bindgen dependency-version: 0.60.0 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..33c0753 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.60.0", default-features = false, features = ["macros", "std"] } toml = { version = "1.1", default-features = false, features = ["std", "serde", "parse", "display"] } [dev-dependencies]