diff --git a/Cargo.lock b/Cargo.lock index f1bf923..4289519 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1412,9 +1412,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.34.0" +version = "1.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9" +checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" dependencies = [ "backtrace", "libc", diff --git a/Cargo.toml b/Cargo.toml index 4b6eda3..d5dc772 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ axum = "0.6.20" axum-extra = { version = "0.9.0", features = ["typed-routing"] } tower-http = { version = "0.4.4", default-features = false, features = ["trace"] } futures = "0.3.29" -tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "signal"] } +tokio = { version = "1.35.0", features = ["macros", "rt-multi-thread", "signal"] } elegant-departure = { version = "0.2.1", features = ["tokio"] } tracing = "0.1.40" tracing-subscriber = "0.3.18"