From b0e258d6e0ff88ca22c5d8d42b2344233add48fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 14:44:22 +0000 Subject: [PATCH] fix(deps): 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"] }