diff --git a/juniper_axum/Cargo.toml b/juniper_axum/Cargo.toml index b7cd896e6..2662e983d 100644 --- a/juniper_axum/Cargo.toml +++ b/juniper_axum/Cargo.toml @@ -39,7 +39,7 @@ bytes = "1.2" [dev-dependencies] anyhow = "1.0" axum = { version = "0.6", features = ["macros"] } -hyper = "0.14" +hyper = "1.0" juniper = { version = "0.16.0-dev", path = "../juniper", features = ["expose-test-schema"] } tokio = { version = "1.20", features = ["macros", "rt-multi-thread", "time"] } tokio-stream = "0.1"