mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 11:02:12 +00:00
Bump rw-stream-sink to 0.2 (#1377)
This commit is contained in:
parent
84487cf904
commit
324f0dc326
@ -29,7 +29,7 @@ pin-project = "0.4.6"
|
||||
protobuf = "=2.8.1" # note: see https://github.com/libp2p/rust-libp2p/issues/1363
|
||||
quick-error = "1.2"
|
||||
rand = "0.7"
|
||||
rw-stream-sink = { version = "0.1.1", path = "../misc/rw-stream-sink" }
|
||||
rw-stream-sink = { version = "0.2.0", path = "../misc/rw-stream-sink" }
|
||||
sha2 = "0.8.0"
|
||||
smallvec = "1.0"
|
||||
unsigned-varint = "0.3"
|
||||
|
@ -2,7 +2,7 @@
|
||||
name = "rw-stream-sink"
|
||||
edition = "2018"
|
||||
description = "Adaptator between Stream/Sink and AsyncRead/AsyncWrite"
|
||||
version = "0.1.2"
|
||||
version = "0.2.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/libp2p/rust-libp2p"
|
||||
|
@ -16,7 +16,7 @@ futures_codec = "0.3.4"
|
||||
libp2p-core = { version = "0.14.0-alpha.1", path = "../../core" }
|
||||
log = "0.4.8"
|
||||
protobuf = "=2.8.1" # note: see https://github.com/libp2p/rust-libp2p/issues/1363
|
||||
rw-stream-sink = { version = "0.1.1", path = "../../misc/rw-stream-sink" }
|
||||
rw-stream-sink = { version = "0.2.0", path = "../../misc/rw-stream-sink" }
|
||||
unsigned-varint = { version = "0.3", features = ["futures-codec"] }
|
||||
void = "1.0.2"
|
||||
|
||||
|
@ -21,7 +21,7 @@ log = "0.4.6"
|
||||
protobuf = "=2.8.1" # note: see https://github.com/libp2p/rust-libp2p/issues/1363
|
||||
quicksink = "0.1"
|
||||
rand = "0.7"
|
||||
rw-stream-sink = { version = "0.1.1", path = "../../misc/rw-stream-sink" }
|
||||
rw-stream-sink = { version = "0.2.0", path = "../../misc/rw-stream-sink" }
|
||||
sha2 = "0.8.0"
|
||||
static_assertions = "1"
|
||||
twofish = "0.2.0"
|
||||
|
@ -18,7 +18,7 @@ libp2p-core = { version = "0.14.0-alpha.1", path = "../../core" }
|
||||
log = "0.4.8"
|
||||
quicksink = "0.1"
|
||||
rustls = "0.16"
|
||||
rw-stream-sink = { version = "0.1.1", path = "../../misc/rw-stream-sink" }
|
||||
rw-stream-sink = { version = "0.2.0", path = "../../misc/rw-stream-sink" }
|
||||
soketto = { version = "0.3", features = ["deflate"] }
|
||||
url = "2.1"
|
||||
webpki = "0.21"
|
||||
|
Loading…
x
Reference in New Issue
Block a user