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 @@ -17,7 +17,7 @@ actix-web = "3.3"
1717actix-web-actors = " 3.0"
1818
1919juniper = { version = " 0.15.3" , path = " ../juniper" , default-features = false }
20- juniper_graphql_ws = { version = " 0.2.2 " , path = " ../juniper_graphql_ws" , optional = true }
20+ juniper_graphql_ws = { version = " 0.2.3 " , path = " ../juniper_graphql_ws" , optional = true }
2121
2222anyhow = " 1.0"
2323futures = " 0.3.5"
Original file line number Diff line number Diff line change 11[package ]
22name = " juniper_graphql_ws"
3- version = " 0.2.2 "
3+ version = " 0.2.3 "
44edition = " 2018"
55authors = [" Christopher Brown <ccbrown112@gmail.com>" ]
66license = " BSD-2-Clause"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ anyhow = "1.0"
1616bytes = " 0.5"
1717futures = " 0.3.1"
1818juniper = { version = " 0.15.3" , path = " ../juniper" , default-features = false }
19- juniper_graphql_ws = { version = " 0.2.2 " , path = " ../juniper_graphql_ws" , optional = true }
19+ juniper_graphql_ws = { version = " 0.2.3 " , path = " ../juniper_graphql_ws" , optional = true }
2020serde = { version = " 1.0.75" , features = [" derive" ] }
2121serde_json = " 1.0.24"
2222thiserror = " 1.0"
You can’t perform that action at this time.
0 commit comments