diff --git a/Cargo.lock b/Cargo.lock index b124bc5..9c9b66c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -105,7 +105,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "axum" version = "0.7.5" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#6efcb75d99a437fa80c81e2308ec8234b023e1a7" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#680cdcba7cfa0b4fb37aba0c129ab6e4379bae3b" dependencies = [ "async-trait", "axum-core", @@ -138,7 +138,7 @@ dependencies = [ [[package]] name = "axum-core" version = "0.4.3" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#6efcb75d99a437fa80c81e2308ec8234b023e1a7" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#680cdcba7cfa0b4fb37aba0c129ab6e4379bae3b" dependencies = [ "async-trait", "bytes", @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "axum-macros" version = "0.4.1" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#6efcb75d99a437fa80c81e2308ec8234b023e1a7" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#680cdcba7cfa0b4fb37aba0c129ab6e4379bae3b" dependencies = [ "proc-macro2", "quote",