File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ edition = "2021"
7
7
[dependencies ]
8
8
async-graphql = { path = " ../../.." }
9
9
async-graphql-rocket = { path = " ../../../integrations/rocket" }
10
- rocket = { version = " 0.5.0-rc.1 " , default-features = false }
10
+ rocket = { version = " 0.5.0-rc.2 " , default-features = false }
11
11
starwars = { path = " ../../models/starwars" }
Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ edition = "2021"
7
7
[dependencies ]
8
8
async-graphql = { path = " ../../.." }
9
9
async-graphql-rocket = { path = " ../../../integrations/rocket" }
10
- rocket = { version = " 0.5.0-rc.1 " , default-features = false }
10
+ rocket = { version = " 0.5.0-rc.2 " , default-features = false }
11
11
files = { path = " ../../models/files" }
You can’t perform that action at this time.
0 commit comments