From 82f820f6d8afd184700d7cf5d953063eee4c5be4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 13:52:25 +0000 Subject: [PATCH] build(deps): Update rw-stream-sink requirement from 0.2.0 to 0.3.0 Updates the requirements on [rw-stream-sink](https://github.com/libp2p/rust-libp2p) to permit the latest version. - [Release notes](https://github.com/libp2p/rust-libp2p/releases) - [Changelog](https://github.com/libp2p/rust-libp2p/blob/master/CHANGELOG.md) - [Commits](https://github.com/libp2p/rust-libp2p/compare/v0.2.1...rw-stream-sink-0.3.0) --- updated-dependencies: - dependency-name: rw-stream-sink dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- core/Cargo.toml | 2 +- misc/multistream-select/Cargo.toml | 2 +- transports/websocket/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index e2ca3996738..d0db1b44c4d 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -27,7 +27,7 @@ parking_lot = "0.11.0" pin-project = "1.0.0" prost = "0.8" rand = "0.7" -rw-stream-sink = "0.2.0" +rw-stream-sink = "0.3.0" sha2 = "0.9.1" smallvec = "1.6.1" thiserror = "1.0" diff --git a/misc/multistream-select/Cargo.toml b/misc/multistream-select/Cargo.toml index 2f6a72db9ef..ccdd6140709 100644 --- a/misc/multistream-select/Cargo.toml +++ b/misc/multistream-select/Cargo.toml @@ -25,4 +25,4 @@ libp2p-mplex = { path = "../../muxers/mplex" } libp2p-plaintext = { path = "../../transports/plaintext" } quickcheck = "0.9.0" rand = "0.7.2" -rw-stream-sink = "0.2.1" +rw-stream-sink = "0.3.0" diff --git a/transports/websocket/Cargo.toml b/transports/websocket/Cargo.toml index a7feeac7c86..92bec31bb69 100644 --- a/transports/websocket/Cargo.toml +++ b/transports/websocket/Cargo.toml @@ -16,7 +16,7 @@ futures = "0.3.1" libp2p-core = { version = "0.30.0", path = "../../core", default-features = false } log = "0.4.8" quicksink = "0.1" -rw-stream-sink = "0.2.0" +rw-stream-sink = "0.3.0" soketto = { version = "0.4.1", features = ["deflate"] } url = "2.1" webpki-roots = "0.21"