diff --git a/Cargo.lock b/Cargo.lock index 90451aa..1d86ab4 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#24f0f3eae8054c7a495cd364087f2dd7fa8b87e0" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#c8cf147657093bff3aad5cbf2dafa336235a37c6" dependencies = [ "async-trait", "axum-core", @@ -152,7 +152,7 @@ dependencies = [ [[package]] name = "axum-core" version = "0.3.4" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#24f0f3eae8054c7a495cd364087f2dd7fa8b87e0" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#c8cf147657093bff3aad5cbf2dafa336235a37c6" dependencies = [ "async-trait", "bytes", @@ -170,7 +170,7 @@ dependencies = [ [[package]] name = "axum-macros" version = "0.3.7" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#24f0f3eae8054c7a495cd364087f2dd7fa8b87e0" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#c8cf147657093bff3aad5cbf2dafa336235a37c6" dependencies = [ "heck", "proc-macro2",