Bump rw-stream-sink to 0.2 (#1377)

This commit is contained in:
Pierre Krieger 2020-01-07 15:54:39 +01:00 committed by GitHub
parent 84487cf904
commit 324f0dc326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"