From e71ba24c3f043d47fc9d7412ccd1adcc87dc1969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:02:41 +0000 Subject: [PATCH] build(deps): bump axum from `b5fa142` to `37a08a1` Bumps [axum](https://github.com/tokio-rs/axum) from `b5fa142` to `37a08a1`. - [Release notes](https://github.com/tokio-rs/axum/releases) - [Commits](https://github.com/tokio-rs/axum/compare/b5fa1428e99f4f5c50c833952f5384a49fef3b9e...37a08a17d40690ece6c4c9d9ada9aaf4e5c33296) --- updated-dependencies: - dependency-name: axum dependency-version: 37a08a17d40690ece6c4c9d9ada9aaf4e5c33296 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efadd43..d938375 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,8 +123,8 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "axum" -version = "0.8.5" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#b5fa1428e99f4f5c50c833952f5384a49fef3b9e" +version = "0.8.6" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#37a08a17d40690ece6c4c9d9ada9aaf4e5c33296" dependencies = [ "axum-core", "bytes", @@ -156,8 +156,8 @@ dependencies = [ [[package]] name = "axum-core" -version = "0.5.4" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#b5fa1428e99f4f5c50c833952f5384a49fef3b9e" +version = "0.5.5" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#37a08a17d40690ece6c4c9d9ada9aaf4e5c33296" dependencies = [ "bytes", "futures-core", @@ -175,7 +175,7 @@ dependencies = [ [[package]] name = "axum-macros" version = "0.5.0" -source = "git+https://github.com/tokio-rs/axum.git?branch=main#b5fa1428e99f4f5c50c833952f5384a49fef3b9e" +source = "git+https://github.com/tokio-rs/axum.git?branch=main#37a08a17d40690ece6c4c9d9ada9aaf4e5c33296" dependencies = [ "proc-macro2", "quote",