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