From a282a7f7b1a485beebc43cdeb6cc4315f3218b0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 07:48:51 +1000 Subject: [PATCH] build(deps): bump thiserror from 2.0.16 to 2.0.17 (#283) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 14 +++++++------- Cargo.toml | 2 +- wire/lib/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d968fa..2107d19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -651,7 +651,7 @@ dependencies = [ "serde_repr", "syn 2.0.106", "tempdir", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tokio-util", "tracing", @@ -1478,11 +1478,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.16" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" +checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" dependencies = [ - "thiserror-impl 2.0.16", + "thiserror-impl 2.0.17", ] [[package]] @@ -1498,9 +1498,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.16" +version = "2.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" +checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" dependencies = [ "proc-macro2", "quote", @@ -1988,7 +1988,7 @@ dependencies = [ "miette", "serde", "serde_json", - "thiserror 2.0.16", + "thiserror 2.0.17", "tokio", "tracing", "tracing-log", diff --git a/Cargo.toml b/Cargo.toml index e422646..a465f51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,4 @@ anyhow = "1.0.100" prost = "0.14.1" nix = { version = "0.30.1", features = ["user", "poll", "term"] } miette = { version = "7.6.0", features = ["fancy"] } -thiserror = "2.0.16" +thiserror = "2.0.17" diff --git a/wire/lib/Cargo.toml b/wire/lib/Cargo.toml index 2fd5db9..5c31c87 100644 --- a/wire/lib/Cargo.toml +++ b/wire/lib/Cargo.toml @@ -14,7 +14,7 @@ tracing = { workspace = true } tracing-subscriber = { workspace = true } im = { workspace = true } serde-query = "0.2.0" -thiserror = "2.0.16" +thiserror = "2.0.17" serde_repr = "0.1.20" regex = "1.11.3" derive_more = { version = "2.0.1", features = ["display"] } -- 2.51.2