Skip to content

Commit 059e9aa

Browse files
authored
Update juniper_rocket_async for the latest Rocket master (#905)
* Update for the latest Rocket master * Run rustfmt * Update tokio Version * Improve Error Test Helper Function * Improve Code Readability
1 parent 06b1fbc commit 059e9aa

File tree

2 files changed

+158
-103
lines changed

2 files changed

+158
-103
lines changed

juniper_rocket_async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ futures = "0.3.1"
1616
juniper = { version = "0.15.3", path = "../juniper", default-features = false }
1717
rocket = { git = "https://github.com/SergioBenitez/Rocket", branch = "master", default-features = false }
1818
serde_json = "1.0.2"
19-
tokio = { version = "0.2", features = ["macros", "rt-core"] }
19+
tokio = { version = "1", features = ["macros", "rt"] }
2020

2121
[dev-dependencies]
2222
juniper = { version = "0.15.3", path = "../juniper", features = ["expose-test-schema"] }

0 commit comments

Comments
 (0)