From 72a28fdff2e828627fee63c1898f2efb509718d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 17:37:55 +0000 Subject: [PATCH] Update axum monorepo --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index db55b9b8..2874cf6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ version = "1.2.0" version = "1.11.1" [workspace.dependencies.axum] -version = "0.7.9" +version = "0.8.0" default-features = false features = [ "form", @@ -106,7 +106,7 @@ features = [ ] [workspace.dependencies.axum-extra] -version = "0.9.6" +version = "0.10.0" default-features = false features = ["typed-header", "tracing"]