From 422c667d762b046c61b49fd9c63d40ed98d232f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 06:01:42 +0000 Subject: [PATCH] Bump tokio-util from 0.6.2 to 0.6.4 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.6.2 to 0.6.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.6.2...tokio-util-0.6.4) Signed-off-by: dependabot[bot] --- Cargo.lock | 6 ++---- common/rate-limiter/Cargo.toml | 2 +- network/Cargo.toml | 2 +- network/netcore/Cargo.toml | 2 +- network/socket-bench-server/Cargo.toml | 2 +- storage/backup/backup-cli/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3c660f57cdf..eb768428bc7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7150,11 +7150,10 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.6.2" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "feb971a26599ffd28066d387f109746df178eff14d5ea1e235015c5601967a4b" +checksum = "ec31e5cc6b46e653cf57762f36f71d5e6386391d88a72fd6db4508f8f676fb29" dependencies = [ - "async-stream", "bytes 1.0.1", "futures-core", "futures-io", @@ -7162,7 +7161,6 @@ dependencies = [ "log", "pin-project-lite", "tokio", - "tokio-stream", ] [[package]] diff --git a/common/rate-limiter/Cargo.toml b/common/rate-limiter/Cargo.toml index 8d7e469a523a..c042355871b0 100644 --- a/common/rate-limiter/Cargo.toml +++ b/common/rate-limiter/Cargo.toml @@ -17,4 +17,4 @@ diem-metrics = { path = "../metrics", version = "0.1.0" } futures = "0.3.12" pin-project = "1.0.4" tokio = { version = "1.1.0", features = ["full"] } -tokio-util = { version = "0.6.2", features = ["compat"] } +tokio-util = { version = "0.6.4", features = ["compat"] } diff --git a/network/Cargo.toml b/network/Cargo.toml index 927e1bff4bc2..585c8ec1228f 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -27,7 +27,7 @@ thiserror = "1.0.23" tokio = { version = "1.1.0", features = ["full"] } tokio-retry = "0.2.0" tokio-stream = "0.1.2" -tokio-util = { version = "0.6.2", features = ["compat", "codec"] } +tokio-util = { version = "0.6.4", features = ["compat", "codec"] } bitvec = { path = "../common/bitvec", version = "0.1.0", package = "diem-bitvec" } channel = { path = "../common/channel", version = "0.1.0" } diff --git a/network/netcore/Cargo.toml b/network/netcore/Cargo.toml index 55bfee6117a4..fe92139b1dca 100644 --- a/network/netcore/Cargo.toml +++ b/network/netcore/Cargo.toml @@ -15,7 +15,7 @@ futures = "0.3.12" pin-project = "1.0.4" serde = { version = "1.0.123", default-features = false } tokio = { version = "1.1.0", features = ["full"] } -tokio-util = { version = "0.6.2", features = ["compat"] } +tokio-util = { version = "0.6.4", features = ["compat"] } url = { version = "2.1.1" } diem-workspace-hack = { path = "../../common/workspace-hack", version = "0.1.0" } diff --git a/network/socket-bench-server/Cargo.toml b/network/socket-bench-server/Cargo.toml index fcec62c2ad2f..39b289c9350d 100644 --- a/network/socket-bench-server/Cargo.toml +++ b/network/socket-bench-server/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] futures = "0.3.12" tokio = { version = "1.1.0", features = ["full"] } -tokio-util = { version = "0.6.2", features = ["compat", "codec"] } +tokio-util = { version = "0.6.4", features = ["compat", "codec"] } diem-crypto = { path = "../../crypto/crypto" } diem-config = { path = "../../config" } diff --git a/storage/backup/backup-cli/Cargo.toml b/storage/backup/backup-cli/Cargo.toml index cf74f784632d..79ebed76cff7 100644 --- a/storage/backup/backup-cli/Cargo.toml +++ b/storage/backup/backup-cli/Cargo.toml @@ -28,7 +28,7 @@ structopt = "0.3.21" toml = "0.5.8" tokio = { version = "1.1.0", features = ["full"] } tokio-stream = "0.1.2" -tokio-util = { version = "0.6.2", features = ["compat"] } +tokio-util = { version = "0.6.4", features = ["compat"] } executor = { path = "../../../execution/executor", version = "0.1.0" } executor-test-helpers = { path = "../../../execution/executor-test-helpers", version = "0.1.0", optional = true }