diff --git a/Cargo.lock b/Cargo.lock index 156cd49..f990736 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1884,11 +1884,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.9" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" dependencies = [ - "thiserror-impl 2.0.9", + "thiserror-impl 2.0.11", ] [[package]] @@ -1904,9 +1904,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.9" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" dependencies = [ "proc-macro2", "quote", @@ -2345,7 +2345,7 @@ dependencies = [ "reqwest", "serde", "shadow-rs", - "thiserror 2.0.9", + "thiserror 2.0.11", "time", "tokio", "tower-http", diff --git a/Cargo.toml b/Cargo.toml index cebb858..814d576 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ recloser = { version = "1.1.1", optional = true } reqwest = { version = "0.12.9", features = ["json"] } serde = { version = "1.0.217", features = ["derive"] } shadow-rs = { version = "0.37.0", optional = true } -thiserror = "2.0.9" +thiserror = "2.0.11" time = { version = "0.3.37", features = ["serde"] } tokio = { version = "1.42.0", features = ["full"], optional = true } tower-http = { version = "0.6.2", features = ["fs"], optional = true }