diff --git a/Cargo.lock b/Cargo.lock index a94956e..09e9772 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -128,8 +128,8 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.7.1" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#6dd5d0be9dee99f3c6c0b5be5e53599433f7aea3" +version = "0.7.2" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#2b486ea174b263e4335490794637ea50eb04765c" dependencies = [ "async-trait", "axum-core", @@ -160,8 +160,8 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.4.0" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#6dd5d0be9dee99f3c6c0b5be5e53599433f7aea3" +version = "0.4.1" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#2b486ea174b263e4335490794637ea50eb04765c" dependencies = [ "async-trait", "bytes", @@ -180,7 +180,7 @@ dependencies = [ [[package]] name = "axum-macros" version = "0.4.0" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#6dd5d0be9dee99f3c6c0b5be5e53599433f7aea3" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#2b486ea174b263e4335490794637ea50eb04765c" dependencies = [ "heck", "proc-macro2",