From e85ba483761f215adaf04ffe5b019ae33443dde7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 00:21:08 +0000 Subject: [PATCH] build(deps): bump axum from `dd8d4a4` to `fb64e72` Bumps [axum](https://github.com/tokio-rs/axum) from `dd8d4a4` to `fb64e72`. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Commits](https://github.com/tokio-rs/axum/compare/dd8d4a47cb674f71d2163518a69568898f5e9077...fb64e72de98d229fc3911a6c441514d9c452b108) --- updated-dependencies: - dependency-name: axum dependency-version: fb64e72de98d229fc3911a6c441514d9c452b108 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c974c37..a8e5acb 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#fb64e72de98d229fc3911a6c441514d9c452b108" dependencies = [ "axum-core", "bytes", "form_urlencoded", + "futures-core", + "futures-sink", "futures-util", "http", "http-body", @@ -157,7 +159,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#fb64e72de98d229fc3911a6c441514d9c452b108" dependencies = [ "bytes", "futures-core", @@ -176,7 +178,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#fb64e72de98d229fc3911a6c441514d9c452b108" dependencies = [ "proc-macro2", "quote",