diff --git a/Cargo.lock b/Cargo.lock index d4817e6..3b81a64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5761,9 +5761,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.0" +version = "1.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a" +checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 5b8c18d..7a2833b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ anyhow = "1.0.97" axum = { version = "0.8.1", features = ["macros"] } axum-extra = { version = "0.10.0", features = ["typed-header"] } figment = { version = "0.10.19", features = ["env", "toml"] } -tokio = { version = "1.44", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.45", features = ["macros", "rt-multi-thread"] } tower = "0.5.2" tower-http = { version = "0.6.2", features = ["trace", "limit"] } tracing = "0.1.41"