From f9c4ee9de7e2bb15a05dc712b8bea85d50c432a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 02:54:46 +0000 Subject: [PATCH] build(deps): bump axum from `dd8d4a4` to `2977bd4` Bumps [axum](https://github.com/tokio-rs/axum) from `dd8d4a4` to `2977bd4`. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Commits](https://github.com/tokio-rs/axum/compare/dd8d4a47cb674f71d2163518a69568898f5e9077...2977bd4adfe096905059e79eb9c596059da2427e) --- updated-dependencies: - dependency-name: axum dependency-version: 2977bd4adfe096905059e79eb9c596059da2427e 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..21c90ce 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#2977bd4adfe096905059e79eb9c596059da2427e" 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#2977bd4adfe096905059e79eb9c596059da2427e" 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#2977bd4adfe096905059e79eb9c596059da2427e" dependencies = [ "proc-macro2", "quote",