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"] }