From 53f07ec8665f69ccbab154812c6b7946d4d429b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 06:55:07 +0000 Subject: [PATCH] Bump tokio-stream from 0.1.4 to 0.1.5 Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.4 to 0.1.5. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.4...tokio-stream-0.1.5) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- diem-node/Cargo.toml | 2 +- mempool/Cargo.toml | 2 +- network/Cargo.toml | 2 +- state-sync/Cargo.toml | 2 +- storage/backup/backup-cli/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a8b97ff26f5f..2fe023a1df79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7264,9 +7264,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c535f53c0cfa1acace62995a8994fc9cc1f12d202420da96ff306ee24d576469" +checksum = "e177a5d8c3bf36de9ebe6d58537d8879e964332f93fb3339e43f618c81361af0" dependencies = [ "futures-core", "pin-project-lite", diff --git a/diem-node/Cargo.toml b/diem-node/Cargo.toml index 01e57bc79cc5..956b6102cef7 100644 --- a/diem-node/Cargo.toml +++ b/diem-node/Cargo.toml @@ -15,7 +15,7 @@ futures = "0.3.12" jemallocator = { version = "0.3.2", features = ["profiling", "unprefixed_malloc_on_supported_platforms"] } structopt = "0.3.21" tokio = { version = "1.3.0", features = ["full"] } -tokio-stream = "0.1.4" +tokio-stream = "0.1.5" backup-service = { path = "../storage/backup/backup-service" } consensus = { path = "../consensus" } diff --git a/mempool/Cargo.toml b/mempool/Cargo.toml index 045753e23b80..d16e4391b6a0 100644 --- a/mempool/Cargo.toml +++ b/mempool/Cargo.toml @@ -19,7 +19,7 @@ proptest = { version = "1.0.0", optional = true } rayon = "1.4.1" serde = { version = "1.0.124", default-features = false } tokio = { version = "1.3.0", features = ["full"] } -tokio-stream = "0.1.4" +tokio-stream = "0.1.5" bounded-executor = { path = "../common/bounded-executor" } channel = { path = "../common/channel" } diff --git a/network/Cargo.toml b/network/Cargo.toml index 71075b7072cf..928dde0d210f 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -26,7 +26,7 @@ serde_bytes = "0.11.5" thiserror = "1.0.24" tokio = { version = "1.3.0", features = ["full"] } tokio-retry = "0.3.0" -tokio-stream = "0.1.4" +tokio-stream = "0.1.5" tokio-util = { version = "0.6.4", features = ["compat", "codec"] } bitvec = { path = "../common/bitvec", package = "diem-bitvec" } diff --git a/state-sync/Cargo.toml b/state-sync/Cargo.toml index 9eea8549affb..82edc7d0c453 100644 --- a/state-sync/Cargo.toml +++ b/state-sync/Cargo.toml @@ -20,7 +20,7 @@ rand = "0.8.3" serde = { version = "1.0.124", default-features = false } thiserror = "1.0.24" tokio = { version = "1.3.0", features = ["full"] } -tokio-stream = "0.1.4" +tokio-stream = "0.1.5" channel = { path = "../common/channel" } diem-config = { path = "../config" } diff --git a/storage/backup/backup-cli/Cargo.toml b/storage/backup/backup-cli/Cargo.toml index f2a416d6c055..0ca548cc1c37 100644 --- a/storage/backup/backup-cli/Cargo.toml +++ b/storage/backup/backup-cli/Cargo.toml @@ -27,7 +27,7 @@ serde_json = "1.0.64" structopt = "0.3.21" toml = "0.5.8" tokio = { version = "1.3.0", features = ["full"] } -tokio-stream = "0.1.4" +tokio-stream = "0.1.5" tokio-util = { version = "0.6.4", features = ["compat"] } executor = { path = "../../../execution/executor" }