mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-13 10:01:25 +00:00
Use published versions of soketto and yamux.
This commit is contained in:
@ -15,4 +15,4 @@ libp2p-core = { version = "0.13.0", path = "../../core" }
|
|||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
parking_lot = "0.9"
|
parking_lot = "0.9"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
yamux = { git = "https://github.com/paritytech/yamux.git", branch = "develop" }
|
yamux = "0.3"
|
||||||
|
@ -19,7 +19,7 @@ log = "0.4.8"
|
|||||||
quicksink = "0.1"
|
quicksink = "0.1"
|
||||||
rustls = "0.16"
|
rustls = "0.16"
|
||||||
rw-stream-sink = { version = "0.1.1", path = "../../misc/rw-stream-sink" }
|
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"
|
url = "2.1"
|
||||||
webpki = "0.21"
|
webpki = "0.21"
|
||||||
webpki-roots = "0.18"
|
webpki-roots = "0.18"
|
||||||
|
Reference in New Issue
Block a user