File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ actix-web = "4.0.0-beta.8"
19
19
actix-web-actors = " 4.0.0-beta.6"
20
20
21
21
juniper = { version = " 0.15.8" , path = " ../juniper" , default-features = false }
22
- juniper_graphql_ws = { version = " 0.2.5 " , path = " ../juniper_graphql_ws" , optional = true }
22
+ juniper_graphql_ws = { version = " 0.2.6 " , path = " ../juniper_graphql_ws" , optional = true }
23
23
24
24
anyhow = " 1.0"
25
25
futures = " 0.3"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " juniper_graphql_ws"
3
- version = " 0.2.5 "
3
+ version = " 0.2.6 "
4
4
edition = " 2018"
5
5
authors = [" Christopher Brown <ccbrown112@gmail.com>" ]
6
6
license = " BSD-2-Clause"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ subscriptions = ["juniper_graphql_ws"]
15
15
anyhow = " 1.0"
16
16
futures = " 0.3.1"
17
17
juniper = { version = " 0.15.8" , path = " ../juniper" , default-features = false }
18
- juniper_graphql_ws = { version = " 0.2.5 " , path = " ../juniper_graphql_ws" , optional = true }
18
+ juniper_graphql_ws = { version = " 0.2.6 " , path = " ../juniper_graphql_ws" , optional = true }
19
19
serde = { version = " 1.0.75" , features = [" derive" ] }
20
20
serde_json = " 1.0.24"
21
21
thiserror = " 1.0"
You can’t perform that action at this time.
0 commit comments