Skip to content

Commit 904d9cd

Browse files
Upgrade rocket crate to 0.5 version (#1220)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kai Ren <[email protected]>
1 parent 5b58b85 commit 904d9cd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

juniper_rocket/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ All user visible changes to `juniper_rocket` crate will be documented in this fi
1111
### BC Breaks
1212

1313
- Switched to 0.16 version of [`juniper` crate].
14-
- Switched to 0.5.0-rc.4 version of [`rocket` crate]. ([#1205])
14+
- Switched to 0.5 version of [`rocket` crate]. ([#1205], [#1220])
1515

1616
### Added
1717

@@ -20,6 +20,7 @@ All user visible changes to `juniper_rocket` crate will be documented in this fi
2020
[#930]: /../../issues/930
2121
[#968]: /../../pull/968
2222
[#1205]: /../../pull/1205
23+
[#1220]: /../../pull/1220
2324

2425

2526

juniper_rocket/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exclude = ["/examples/", "/tests/", "/release.toml"]
2020
[dependencies]
2121
futures = "0.3.22"
2222
juniper = { version = "0.16.0-dev", path = "../juniper", default-features = false }
23-
rocket = { version = "=0.5.0-rc.4", default-features = false }
23+
rocket = { version = "0.5", default-features = false }
2424
serde_json = "1.0.18"
2525

2626
# Fixes for `minimal-versions` check.

0 commit comments

Comments
 (0)