From 488019138f46cb75e9c7519f1d3d518928a34c42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 09:48:02 +0000 Subject: [PATCH] build(deps): bump axum from `dd8d4a4` to `9ec85d6` Bumps [axum](https://github.com/tokio-rs/axum) from `dd8d4a4` to `9ec85d6`. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Commits](https://github.com/tokio-rs/axum/compare/dd8d4a47cb674f71d2163518a69568898f5e9077...9ec85d69703a9065a1098bb43bd93113695d5ade) --- updated-dependencies: - dependency-name: axum dependency-version: 9ec85d69703a9065a1098bb43bd93113695d5ade dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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",