diff --git a/Cargo.lock b/Cargo.lock index 57519e7..77f9201 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -935,9 +935,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.40.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 34fd954..9598a79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugge # axum = { path = "../axum" } axum = { git = "https://github.com/tokio-rs/axum.git", branch = "main" } axum-macros = { git = "https://github.com/tokio-rs/axum.git", branch = "main" } -tokio = { version = "1.40.0", features = ["full"] } +tokio = { version = "1.41.1", features = ["full"] } tracing = "0.1.40" tracing-subscriber = "0.3.18" tower = { version = "0.5.1", features = ["util"] }