diff --git a/Cargo.lock b/Cargo.lock index 0298e54..85e59fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1030,18 +1030,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.6" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47" +checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.6" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312" +checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 0f1b3f8..831b188 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ parking_lot = { version = "0.12.3", default-features = false, features = ["deadl redis = { version = "0.28.1", default-features = false, features = ["sentinel"] } regex = { version = "1.11.1", default-features = false, features = ["std", "perf", "unicode-bool", "unicode-perl"] } strum = { version = "0.26.3", default-features = false, features = ["std", "derive"] } -thiserror = "2.0.6" +thiserror = "2.0.11" tokio = { version = "1.43.0", default-features = false, features = ["macros", "sync", "rt-multi-thread"], optional = true } tracing = { version = "0.1.41", default-features = false, features = ["std", "attributes"], optional = true }