From 9a1b503ba73b6903d3f312cf8c2ce0d301fc6865 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 05:08:33 +0000 Subject: [PATCH] build(deps): update wit-bindgen requirement from 0.57.1 to 0.59.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.57.1...v0.59.0) --- updated-dependencies: - dependency-name: wit-bindgen dependency-version: 0.59.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/workflow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/workflow/Cargo.toml b/crates/workflow/Cargo.toml index 0bb51f345..94eb1c657 100644 --- a/crates/workflow/Cargo.toml +++ b/crates/workflow/Cargo.toml @@ -29,7 +29,7 @@ rand_pcg = "0.10" serde = { version = "1.0", features = ["derive"] } thiserror = "2" uuid = { version = "1.18", default-features = false } -wit-bindgen = { version = "0.57.1", default-features = false, features = ["macros", "std", "realloc", "bitflags"] } +wit-bindgen = { version = "0.59.0", default-features = false, features = ["macros", "std", "realloc", "bitflags"] } [dependencies.temporalio-common-wasm] path = "../common-wasm"