Update Rocket to latest commit on master

This commit is contained in:
Daniel Wiesenberg 2021-05-20 11:59:51 +02:00
parent 0bf9cf8e4a
commit e2848070e0
No known key found for this signature in database
GPG Key ID: A3BC00FBB8EDFCBF
2 changed files with 4 additions and 5 deletions

@ -1 +1 @@
Subproject commit 4a5cfe2fc16061e8febd74b0e18f2d30b1cc07e5
Subproject commit 64e75d3c3f0acbbf62412f966727581e96f70e0e

View File

@ -16,8 +16,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
async-graphql = { path = "../..", version = "=2.8.5" }
#rocket = { git = "https://github.com/SergioBenitez/Rocket", rev = "2893ce7", default-features = false } # TODO: Change to Cargo crate when Rocket 0.5.0 is released
rocket = { git = "https://github.com/Weasy666/Rocket", default-features = false }
serde = "1.0.125"
rocket = { git = "https://github.com/SergioBenitez/Rocket", rev = "fa3e033", default-features = false } # TODO: Change to Cargo crate when Rocket 0.5.0 is released
serde = "1.0.126"
serde_json = "1.0.64"
tokio-util = { version = "0.6.5", default-features = false, features = ["compat"] }
tokio-util = { version = "0.6.7", default-features = false, features = ["compat"] }