Bump Rocket integration and examples dependencies

This commit is contained in:
Daniel Wiesenberg 2020-10-22 15:30:37 +02:00
parent 2f559e8dde
commit e3990d0a56
No known key found for this signature in database
GPG Key ID: A3BC00FBB8EDFCBF
2 changed files with 4 additions and 4 deletions

@ -1 +1 @@
Subproject commit 1c6f98211dec59f512fc2628b17d8e7d5a74bba6
Subproject commit d635246bdc9a1eb0d115efb6ba890a417defb394

View File

@ -1,6 +1,6 @@
[package]
name = "async-graphql-rocket"
version = "2.0.3"
version = "2.0.8"
authors = ["Daniel Wiesenberg <daniel@simplificAR.io>"]
edition = "2018"
description = "async-graphql for Rocket.rs"
@ -16,7 +16,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
async-graphql = { path = "../..", version = "=2.0.8" }
rocket = { git = "https://github.com/SergioBenitez/Rocket/", rev = "8da034a", default-features = false } # TODO: Change to Cargo crate when Rocket 0.5.0 is released
serde = "1.0.116"
rocket = { git = "https://github.com/SergioBenitez/Rocket/", rev = "0c150c2", default-features = false } # TODO: Change to Cargo crate when Rocket 0.5.0 is released
serde = "1.0.117"
serde_json = "1.0.59"
tokio-util = { version = "0.3.1", default-features = false, features = ["compat"] }