From 324f0dc326cfdbc2d40d1e134a5734513d809b4c Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Tue, 7 Jan 2020 15:54:39 +0100 Subject: [PATCH] Bump rw-stream-sink to 0.2 (#1377) --- core/Cargo.toml | 2 +- misc/rw-stream-sink/Cargo.toml | 2 +- protocols/plaintext/Cargo.toml | 2 +- protocols/secio/Cargo.toml | 2 +- transports/websocket/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index faeb7d0e..1182120a 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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" diff --git a/misc/rw-stream-sink/Cargo.toml b/misc/rw-stream-sink/Cargo.toml index e9aeb595..bcfabc35 100644 --- a/misc/rw-stream-sink/Cargo.toml +++ b/misc/rw-stream-sink/Cargo.toml @@ -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 "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p" diff --git a/protocols/plaintext/Cargo.toml b/protocols/plaintext/Cargo.toml index 431340e1..6e4bba75 100644 --- a/protocols/plaintext/Cargo.toml +++ b/protocols/plaintext/Cargo.toml @@ -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" diff --git a/protocols/secio/Cargo.toml b/protocols/secio/Cargo.toml index de5add57..8e7cdfab 100644 --- a/protocols/secio/Cargo.toml +++ b/protocols/secio/Cargo.toml @@ -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" diff --git a/transports/websocket/Cargo.toml b/transports/websocket/Cargo.toml index 3dae889f..d3d7ed99 100644 --- a/transports/websocket/Cargo.toml +++ b/transports/websocket/Cargo.toml @@ -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"