From 11772959a2ea1ddb607b36a0d7fd171f4821b507 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 19:37:39 +0000 Subject: [PATCH] Update Rust crate `thiserror` to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 818669670e2..a1972b8f0e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -210,7 +210,7 @@ temporal-io-sdk-core-protos = { package = "temporal-sdk-core-protos", git = "htt test-fuzz = { version = "=6.0.0", default-features = false } test-log = { version = "=0.2.16", default-features = false } test-strategy = { version = "=0.4.0", default-features = false } -thiserror = { version = "=1.0.68", default-features = false } +thiserror = { version = "=2.0.1", default-features = false } tokio-stream = { version = "=0.1.16", default-features = false } tokio-test = { version = "=0.4.4", default-features = false } tower = { version = "=0.5.1", default-features = false }