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"
1919actix-web-actors = " 4.0.0-beta.6"
2020
2121juniper = { 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 }
2323
2424anyhow = " 1.0"
2525futures = " 0.3"
Original file line number Diff line number Diff line change 11[package ]
22name = " juniper_graphql_ws"
3- version = " 0.2.5 "
3+ version = " 0.2.6 "
44edition = " 2018"
55authors = [" Christopher Brown <ccbrown112@gmail.com>" ]
66license = " BSD-2-Clause"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ subscriptions = ["juniper_graphql_ws"]
1515anyhow = " 1.0"
1616futures = " 0.3.1"
1717juniper = { 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 }
1919serde = { version = " 1.0.75" , features = [" derive" ] }
2020serde_json = " 1.0.24"
2121thiserror = " 1.0"
You can’t perform that action at this time.
0 commit comments