diff --git a/Cargo.lock b/Cargo.lock index 32d6616..e1863de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -120,7 +120,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" version = "0.6.16" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#276aa9e4b013de1646ea57cfcbf74e5966524f68" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#d7258bf009194cf2f242694e673759d1dbf8cfc0" dependencies = [ "async-trait", "axum-core", @@ -153,7 +153,7 @@ dependencies = [ [[package]] name = "axum-core" version = "0.3.4" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#276aa9e4b013de1646ea57cfcbf74e5966524f68" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#d7258bf009194cf2f242694e673759d1dbf8cfc0" dependencies = [ "async-trait", "bytes", @@ -171,7 +171,7 @@ dependencies = [ [[package]] name = "axum-macros" version = "0.3.7" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#276aa9e4b013de1646ea57cfcbf74e5966524f68" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#d7258bf009194cf2f242694e673759d1dbf8cfc0" dependencies = [ "heck", "proc-macro2",