From 1a0bc070b85b4012c7ee01571f5eaf260aa675e1 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 19:08:54 +0000 Subject: [PATCH] Update Rust crate `thiserror` to v2.0.6 --- Cargo.lock | 60 +++++++++++++++++++++++++++--------------------------- Cargo.toml | 2 +- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2fd54215e7a..879cf6692e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1167,7 +1167,7 @@ dependencies = [ "image", "insta", "pdfium-render", - "thiserror 2.0.4", + "thiserror 2.0.6", ] [[package]] @@ -1993,7 +1993,7 @@ dependencies = [ "spin 0.9.8", "supports-color", "supports-unicode", - "thiserror 2.0.4", + "thiserror 2.0.6", "tracing", "tracing-error", "tracing-subscriber", @@ -2514,7 +2514,7 @@ dependencies = [ "multiaddr", "serde", "serde-value", - "thiserror 2.0.4", + "thiserror 2.0.6", "tokio-util", "tower 0.5.1", ] @@ -2532,7 +2532,7 @@ dependencies = [ "pin-project-lite", "serde", "serde_json", - "thiserror 2.0.4", + "thiserror 2.0.6", "tokio", ] @@ -2570,7 +2570,7 @@ dependencies = [ "serde", "tachyonix", "test-log", - "thiserror 2.0.4", + "thiserror 2.0.6", "tokio", "tokio-stream", "tokio-util", @@ -2598,7 +2598,7 @@ dependencies = [ "multiaddr", "scc", "serde", - "thiserror 2.0.4", + "thiserror 2.0.6", "tokio", "tokio-util", "tower 0.5.1", @@ -2631,7 +2631,7 @@ dependencies = [ "pin-project", "pin-project-lite", "serde", - "thiserror 2.0.4", + "thiserror 2.0.6", "tokio", "tokio-test", "tokio-util", @@ -2665,7 +2665,7 @@ dependencies = [ "serde_json", "similar-asserts", "test-strategy", - "thiserror 2.0.4", + "thiserror 2.0.6", ] [[package]] @@ -2922,7 +2922,7 @@ dependencies = [ "postgres-types", "serde", "serde_json", - "thiserror 2.0.4", + "thiserror 2.0.6", "tokio", "tokio-postgres", "tracing", @@ -3017,7 +3017,7 @@ dependencies = [ "semver", "serde", "serde_json", - "thiserror 2.0.4", + "thiserror 2.0.6", "time", "tokio", "trait-variant", @@ -3041,7 +3041,7 @@ dependencies = [ "regex", "serde", "serde_json", - "thiserror 2.0.4", + "thiserror 2.0.6", "tokio", "type-system", "url", @@ -3064,7 +3064,7 @@ dependencies = [ "inferno", "serde", "serde_json", - "thiserror 2.0.4", + "thiserror 2.0.6", "tokio", "walkdir", ] @@ -3086,7 +3086,7 @@ dependencies = [ "serde_json", "temporal-client", "temporal-sdk-core-protos", - "thiserror 2.0.4", + "thiserror 2.0.6", "url", "uuid", ] @@ -3285,7 +3285,7 @@ dependencies = [ "serde_json", "serde_with", "text-size", - "thiserror 2.0.4", + "thiserror 2.0.6", ] [[package]] @@ -3524,7 +3524,7 @@ dependencies = [ "iana-time-zone-haiku", "js-sys", "wasm-bindgen", - "windows-core 0.51.1", + "windows-core 0.52.0", ] [[package]] @@ -5225,7 +5225,7 @@ dependencies = [ "console_error_panic_hook", "console_log", "image", - "itertools 0.10.5", + "itertools 0.13.0", "js-sys", "libloading", "log", @@ -5625,8 +5625,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c1318b19085f08681016926435853bbf7858f9c082d0999b80550ff5d9abe15" dependencies = [ "bytes", - "heck 0.4.1", - "itertools 0.10.5", + "heck 0.5.0", + "itertools 0.13.0", "log", "multimap", "once_cell", @@ -5646,7 +5646,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9552f850d5f0964a4e4d0bf306459ac29323ddfbae05e35a7c0d35cb0803cc5" dependencies = [ "anyhow", - "itertools 0.10.5", + "itertools 0.13.0", "proc-macro2", "quote", "syn 2.0.90", @@ -5682,7 +5682,7 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a669d5acbe719010c6f62a64e6d7d88fdedc1fe46e419747949ecb6312e9b14" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "prost", "prost-build", "prost-types", @@ -7149,7 +7149,7 @@ dependencies = [ "slotmap", "temporal-sdk-core-api", "temporal-sdk-core-protos", - "thiserror 2.0.4", + "thiserror 2.0.6", "tokio", "tonic", "tower 0.5.1", @@ -7170,7 +7170,7 @@ dependencies = [ "prost-types", "serde_json", "temporal-sdk-core-protos", - "thiserror 2.0.4", + "thiserror 2.0.6", "tonic", "tracing-core", "url", @@ -7192,7 +7192,7 @@ dependencies = [ "prost-wkt-types", "serde", "serde_json", - "thiserror 2.0.4", + "thiserror 2.0.6", "tonic", "tonic-build", ] @@ -7321,11 +7321,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.4" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f49a1853cf82743e3b7950f77e0f4d622ca36cf4317cba00c767838bac8d490" +checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" dependencies = [ - "thiserror-impl 2.0.4", + "thiserror-impl 2.0.6", ] [[package]] @@ -7341,9 +7341,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.4" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8381894bb3efe0c4acac3ded651301ceee58a15d47c2e34885ed1908ad667061" +checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" dependencies = [ "proc-macro2", "quote", @@ -7935,7 +7935,7 @@ dependencies = [ "regex", "serde", "serde_json", - "thiserror 2.0.4", + "thiserror 2.0.6", "tokio", "tsify", "url", @@ -8451,7 +8451,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index e49822acf16..af82fb3bc69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -219,7 +219,7 @@ temporal-sdk-core-protos = { git = "https://github.com/temporalio/sdk-core", rev test-fuzz = { version = "=7.0.1", default-features = false } test-log = { version = "=0.2.16", default-features = false } test-strategy = { version = "=0.4.0", default-features = false } -thiserror = { version = "=2.0.4", default-features = false } +thiserror = { version = "=2.0.6", default-features = false } tokio-stream = { version = "=0.1.17", default-features = false } tokio-test = { version = "=0.4.4", default-features = false } tower = { version = "=0.5.1", default-features = false }