From 904d9cdbb6b8ad86138d7935a188d9ed2d6612f3 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 20 Nov 2023 18:45:45 +0100
Subject: [PATCH] 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>
---
 juniper_rocket/CHANGELOG.md | 3 ++-
 juniper_rocket/Cargo.toml   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/juniper_rocket/CHANGELOG.md b/juniper_rocket/CHANGELOG.md
index ba9539f3..3f273a45 100644
--- a/juniper_rocket/CHANGELOG.md
+++ b/juniper_rocket/CHANGELOG.md
@@ -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
 
 
 
diff --git a/juniper_rocket/Cargo.toml b/juniper_rocket/Cargo.toml
index 9be11605..79169f74 100644
--- a/juniper_rocket/Cargo.toml
+++ b/juniper_rocket/Cargo.toml
@@ -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.