From 40d58e947e4a5ab6ac7bd284a4c66913bb25c18f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 05:05:08 +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 94fd127..a9eab1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ publish = false async-graphql = { version = "7.0.3", default-features = false, features = ["tracing"] } async-graphql-axum = { version = "7.0.3", default-features = false } async-trait = "0.1.80" -axum = { version = "0.7.5", default-features = false } +axum = { version = "0.8.0", default-features = false } headers = "0.4.0" http = "1.1.0" hyper = "1.3.1"