From 216318ac564770a0a0513591ea939f8a66d721f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 01:31:36 +0000 Subject: [PATCH] chore(deps): update rust crate axum to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8854692..7aa0968c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ debug = true [dependencies] anyhow = "1.0" -axum = { version = "0.7.7", default-features = false, features = [ +axum = { version = "0.8.0", default-features = false, features = [ "json", "tokio", "http1",