diff --git a/Cargo.toml b/Cargo.toml index cfaa08c..29c5c9f 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.2", 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 }