diff --git a/Cargo.lock b/Cargo.lock index efadd43..d938375 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,8 +123,8 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "axum" -version = "0.8.5" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#b5fa1428e99f4f5c50c833952f5384a49fef3b9e" +version = "0.8.6" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#37a08a17d40690ece6c4c9d9ada9aaf4e5c33296" dependencies = [ "axum-core", "bytes", @@ -156,8 +156,8 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.5.4" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#b5fa1428e99f4f5c50c833952f5384a49fef3b9e" +version = "0.5.5" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#37a08a17d40690ece6c4c9d9ada9aaf4e5c33296" dependencies = [ "bytes", "futures-core", @@ -175,7 +175,7 @@ dependencies = [ [[package]] name = "axum-macros" version = "0.5.0" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#b5fa1428e99f4f5c50c833952f5384a49fef3b9e" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#37a08a17d40690ece6c4c9d9ada9aaf4e5c33296" dependencies = [ "proc-macro2", "quote",