From 2c8a42589874afb70394708485a94449fb087196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 13:00:48 +0200 Subject: [PATCH] chore(deps): bump tokio-util from 0.6.8 to 0.6.9 (#549) Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.6.8 to 0.6.9. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.6.8...tokio-util-0.6.9) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch ... 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 9d75602d..c0f52c45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3164,9 +3164,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.6.8" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08d3725d3efa29485e87311c5b699de63cde14b00ed4d256b8318aa30ca452cd" +checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0" dependencies = [ "bytes", "futures-core", diff --git a/ethers-providers/Cargo.toml b/ethers-providers/Cargo.toml index dda9771b..07bd1b18 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -40,7 +40,7 @@ bytes = { version = "1.1.0", default-features = false, optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] # tokio -tokio-util = { version = "0.6.8", default-features = false, features = ["io"], optional = true } +tokio-util = { version = "0.6.9", default-features = false, features = ["io"], optional = true } tokio = { version = "1.5", default-features = false, optional = true } tokio-tungstenite = { version = "0.15.0", default-features = false, features = ["connect"], optional = true }