Upgrade rocket
crate to 0.5 version (#1220)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <tyranron@gmail.com>
This commit is contained in:
parent
5b58b85a37
commit
904d9cdbb6
2 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,7 @@ All user visible changes to `juniper_rocket` crate will be documented in this fi
|
|||
### BC Breaks
|
||||
|
||||
- Switched to 0.16 version of [`juniper` crate].
|
||||
- Switched to 0.5.0-rc.4 version of [`rocket` crate]. ([#1205])
|
||||
- Switched to 0.5 version of [`rocket` crate]. ([#1205], [#1220])
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -20,6 +20,7 @@ All user visible changes to `juniper_rocket` crate will be documented in this fi
|
|||
[#930]: /../../issues/930
|
||||
[#968]: /../../pull/968
|
||||
[#1205]: /../../pull/1205
|
||||
[#1220]: /../../pull/1220
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ exclude = ["/examples/", "/tests/", "/release.toml"]
|
|||
[dependencies]
|
||||
futures = "0.3.22"
|
||||
juniper = { version = "0.16.0-dev", path = "../juniper", default-features = false }
|
||||
rocket = { version = "=0.5.0-rc.4", default-features = false }
|
||||
rocket = { version = "0.5", default-features = false }
|
||||
serde_json = "1.0.18"
|
||||
|
||||
# Fixes for `minimal-versions` check.
|
||||
|
|
Loading…
Reference in a new issue