From 61e7c0ea8481bf1d4c82006661474e0765dca0bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 04:19:29 +0000 Subject: [PATCH] Update axum monorepo --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d8ad996..5e9e686 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,13 +13,13 @@ 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"] } [dev-dependencies] -axum = { version = "0.7", default-features = false, features = ["query"] } +axum = { version = "0.8", default-features = false, features = ["query"] } serde_json = "1" serde_urlencoded = "0.7" tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"] }