diff --git a/Cargo.lock b/Cargo.lock index 8b660bfee2f..47f83ec0004 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,7 +389,7 @@ dependencies = [ "supports-color", "supports-unicode", "swrite", - "thiserror 2.0.6", + "thiserror 2.0.7", "tracing", "tracing-subscriber", ] @@ -414,7 +414,7 @@ dependencies = [ "semver", "serde", "serde_json", - "thiserror 2.0.6", + "thiserror 2.0.7", ] [[package]] @@ -1783,7 +1783,7 @@ dependencies = [ "regex-syntax 0.8.5", "test-case", "test-strategy", - "thiserror 2.0.6", + "thiserror 2.0.7", "winnow", "xxhash-rust", ] @@ -1874,7 +1874,7 @@ dependencies = [ "target-spec-miette", "test-case", "test-strategy", - "thiserror 2.0.6", + "thiserror 2.0.7", "tokio", "tokio-stream", "toml", @@ -2256,7 +2256,7 @@ dependencies = [ "newtype-uuid", "quick-xml 0.37.1", "strip-ansi-escapes", - "thiserror 2.0.6", + "thiserror 2.0.7", "uuid", ] @@ -3132,11 +3132,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.6" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" +checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" dependencies = [ - "thiserror-impl 2.0.6", + "thiserror-impl 2.0.7", ] [[package]] @@ -3152,9 +3152,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.6" +version = "2.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" +checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 4864cb265f3..a22954466a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ target-spec = { version = "3.2.2", features = ["custom", "summaries"] } target-spec-miette = "0.4.0" test-case = "3.3.1" test-strategy = "0.4.0" -thiserror = "2.0.6" +thiserror = "2.0.7" tokio = "1.42.0" tokio-stream = "0.1.17" toml = "0.8.19"