Use published versions of soketto and yamux.

This commit is contained in:
Toralf Wittner
2019-12-20 12:17:54 +01:00
parent 34a631d560
commit 589fdafdda
2 changed files with 2 additions and 2 deletions

View File

@ -15,4 +15,4 @@ libp2p-core = { version = "0.13.0", path = "../../core" }
log = "0.4.8"
parking_lot = "0.9"
thiserror = "1.0"
yamux = { git = "https://github.com/paritytech/yamux.git", branch = "develop" }
yamux = "0.3"

View File

@ -19,7 +19,7 @@ log = "0.4.8"
quicksink = "0.1"
rustls = "0.16"
rw-stream-sink = { version = "0.1.1", path = "../../misc/rw-stream-sink" }
soketto = { git = "https://github.com/paritytech/soketto.git", branch = "develop", features = ["deflate"] }
soketto = { version = "0.3", features = ["deflate"] }
url = "2.1"
webpki = "0.21"
webpki-roots = "0.18"