diff --git a/Cargo.lock b/Cargo.lock index c974c37..5da0d1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -124,11 +124,13 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "axum" version = "0.8.4" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#dd8d4a47cb674f71d2163518a69568898f5e9077" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#9ec85d69703a9065a1098bb43bd93113695d5ade" dependencies = [ "axum-core", "bytes", "form_urlencoded", + "futures-core", + "futures-sink", "futures-util", "http", "http-body", @@ -141,7 +143,6 @@ dependencies = [ "mime", "percent-encoding", "pin-project-lite", - "rustversion", "serde", "serde_json", "serde_path_to_error", @@ -157,7 +158,7 @@ dependencies = [ [[package]] name = "axum-core" version = "0.5.2" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#dd8d4a47cb674f71d2163518a69568898f5e9077" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#9ec85d69703a9065a1098bb43bd93113695d5ade" dependencies = [ "bytes", "futures-core", @@ -176,7 +177,7 @@ dependencies = [ [[package]] name = "axum-macros" version = "0.5.0" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#dd8d4a47cb674f71d2163518a69568898f5e9077" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#9ec85d69703a9065a1098bb43bd93113695d5ade" dependencies = [ "proc-macro2", "quote",