From a5628e35cc5b36bb00720eb56870678f76750d46 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 04:04:07 +0000 Subject: [PATCH] fix(deps): update axum monorepo --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 70a892a..15fc78a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = "0.7.4" -axum-macros = "0.4.1" +axum = "0.8.0" +axum-macros = "0.5.0" dotenv = "0.15.0" http = "1.1.0" reqwest = { version = "0.11.25", features = ["json", "stream"] }