diff --git a/Cargo.lock b/Cargo.lock index 993f01d0f8..0df55c845d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2161,7 +2161,7 @@ dependencies = [ "newtype-uuid", "quick-xml", "strip-ansi-escapes", - "thiserror 2.0.7", + "thiserror 2.0.9", "uuid", ] @@ -2315,7 +2315,7 @@ dependencies = [ "static_assertions", "tempfile", "test-case", - "thiserror 2.0.7", + "thiserror 2.0.9", "tracing", ] @@ -2412,7 +2412,7 @@ dependencies = [ "rustc-hash 2.1.0", "salsa", "serde", - "thiserror 2.0.7", + "thiserror 2.0.9", "toml", "tracing", ] @@ -2565,7 +2565,7 @@ dependencies = [ "strum", "tempfile", "test-case", - "thiserror 2.0.7", + "thiserror 2.0.9", "tikv-jemallocator", "toml", "tracing", @@ -2635,7 +2635,7 @@ dependencies = [ "salsa", "serde", "tempfile", - "thiserror 2.0.7", + "thiserror 2.0.9", "tracing", "tracing-subscriber", "tracing-tree", @@ -2787,7 +2787,7 @@ dependencies = [ "strum", "strum_macros", "test-case", - "thiserror 2.0.7", + "thiserror 2.0.9", "toml", "typed-arena", "unicode-normalization", @@ -2821,7 +2821,7 @@ dependencies = [ "serde_json", "serde_with", "test-case", - "thiserror 2.0.7", + "thiserror 2.0.9", "uuid", ] @@ -2893,7 +2893,7 @@ dependencies = [ "similar", "smallvec", "static_assertions", - "thiserror 2.0.7", + "thiserror 2.0.9", "tracing", ] @@ -3026,7 +3026,7 @@ dependencies = [ "serde", "serde_json", "shellexpand", - "thiserror 2.0.7", + "thiserror 2.0.9", "tracing", "tracing-subscriber", ] @@ -3625,11 +3625,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.7" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" +checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" dependencies = [ - "thiserror-impl 2.0.7", + "thiserror-impl 2.0.9", ] [[package]] @@ -3645,9 +3645,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.7" +version = "2.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" +checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" dependencies = [ "proc-macro2", "quote",