From 5b1b98e772f5e987cd36b6e49889730cd4ca7466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 15:59:22 +0000 Subject: [PATCH] build(deps): update wasmtime requirement from 44 to 45 Updates the requirements on [wasmtime](https://github.com/bytecodealliance/wasmtime) to permit the latest version. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/RELEASES.md) - [Commits](https://github.com/bytecodealliance/wasmtime/compare/v44.0.0...v45.0.0) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 45.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/sdk/Cargo.toml b/crates/sdk/Cargo.toml index 15a655fd8..89b9c9140 100644 --- a/crates/sdk/Cargo.toml +++ b/crates/sdk/Cargo.toml @@ -38,7 +38,7 @@ tokio-util = { version = "0.7" } tokio-stream = { version = "0.1", default-features = false } tracing = "0.1" uuid = { version = "1.18", default-features = false, features = ["v4"] } -wasmtime = { version = "44", optional = true, features = ["component-model"] } +wasmtime = { version = "45", optional = true, features = ["component-model"] } [dependencies.temporalio-sdk-core] path = "../sdk-core"