Updated tokio-tungstenite dependency to point to the main repo

This commit is contained in:
Jedrzej Stuczynski
2020-01-17 14:13:04 +00:00
parent b9a6f63cfa
commit 1357ae8ff1
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -2381,7 +2381,7 @@ dependencies = [
[[package]]
name = "tokio-tungstenite"
version = "0.10.0"
source = "git+https://github.com/dbcfd/tokio-tungstenite?rev=6dc2018cbfe8fe7ddd75ff977343086503135b38#6dc2018cbfe8fe7ddd75ff977343086503135b38"
source = "git+https://github.com/snapview/tokio-tungstenite?rev=308d9680c0e59dd1e8651659a775c05df937934e#308d9680c0e59dd1e8651659a775c05df937934e"
dependencies = [
"futures 0.3.1",
"log",
+1 -1
View File
@@ -39,7 +39,7 @@ topology = {path = "../common/topology" }
sphinx = { git = "https://github.com/nymtech/sphinx", rev="1d8cefcb6a0cb8e87d00d89eb1ccf2839e92aa1f" }
# putting this explicitly below everything and most likely, the next time we look into it, it will already have a proper release
tokio-tungstenite = { git = "https://github.com/dbcfd/tokio-tungstenite", rev="6dc2018cbfe8fe7ddd75ff977343086503135b38" }
tokio-tungstenite = { git = "https://github.com/snapview/tokio-tungstenite", rev="308d9680c0e59dd1e8651659a775c05df937934e" }
[build-dependencies]
built = "0.3.2"