We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b1fbc commit 059e9aaCopy full SHA for 059e9aa
juniper_rocket_async/Cargo.toml
@@ -16,7 +16,7 @@ futures = "0.3.1"
16
juniper = { version = "0.15.3", path = "../juniper", default-features = false }
17
rocket = { git = "https://github.com/SergioBenitez/Rocket", branch = "master", default-features = false }
18
serde_json = "1.0.2"
19
-tokio = { version = "0.2", features = ["macros", "rt-core"] }
+tokio = { version = "1", features = ["macros", "rt"] }
20
21
[dev-dependencies]
22
juniper = { version = "0.15.3", path = "../juniper", features = ["expose-test-schema"] }
0 commit comments