From 5f5893c9a94bde2b420e4565ad653a747428a8f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 14:15:26 +0300 Subject: [PATCH] chore(deps): bump tokio-util from 0.6.6 to 0.6.7 (#295) Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.6.6 to 0.6.7. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.6.6...tokio-util-0.6.7) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ethers-providers/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b145573e..635c53e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2450,9 +2450,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.6.6" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "940a12c99365c31ea8dd9ba04ec1be183ffe4920102bb7122c2f515437601e8e" +checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592" dependencies = [ "bytes", "futures-core", diff --git a/ethers-providers/Cargo.toml b/ethers-providers/Cargo.toml index b86dd7f1..80d0bdc5 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -39,7 +39,7 @@ tracing-futures = { version = "0.2.5", default-features = false, features = ["st # tokio tokio = { version = "1.5", default-features = false, optional = true } tokio-tungstenite = { version = "0.13.0", default-features = false, features = ["connect", "tls"], optional = true } -tokio-util = { version = "0.6.6", default-features = false, features = ["io"], optional = true } +tokio-util = { version = "0.6.7", default-features = false, features = ["io"], optional = true } bytes = { version = "1.0.1", default-features = false, optional = true } [dev-dependencies]