From d261122fda852a435ca597caeb5c598e18669ad1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 07:12:22 +0000 Subject: [PATCH] Update Rust crate axum to 0.8.0 --- graphql/async_graphql/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphql/async_graphql/Cargo.toml b/graphql/async_graphql/Cargo.toml index 20704847..48df2c7f 100644 --- a/graphql/async_graphql/Cargo.toml +++ b/graphql/async_graphql/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" anyhow = "1.0.82" async-graphql = { version = "7.0.3", features = ["dataloader"] } async-graphql-axum = "7.0.3" -axum = "0.7.5" +axum = "0.8.0" tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "net", "parking_lot"] } reqwest = { version = "0.12.4", features = ["json"] } serde = "1.0.200"