From 10f5281fa1041c2833484db0f5b7d245f80f4e16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:35:38 +0000 Subject: [PATCH] Update Rust crate axum-core to 0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d8ad996..3e0872d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ publish = ["wafflehacks"] [dependencies] async-graphql = { version = "7.0", default-features = false, optional = true } async-trait = { version = "0.1", optional = true } -axum-core = { version = "0.4", default-features = false, optional = true } +axum-core = { version = "0.5", default-features = false, optional = true } headers = { version = "0.4", optional = true } http = { version = "1", optional = true } serde = { version = "1", features = ["derive"] }