From f2e70636684b64943812daa33eb9ce137e0f908c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 18:13:59 +0000 Subject: [PATCH] Update tokio-util requirement from 0.6 to 0.7 Updates the requirements on [tokio-util](https://github.com/tokio-rs/tokio) to permit the latest version. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 10f7152b..fca9b22c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ async-native-tls = { package = "web3-async-native-tls", version = "0.4", optiona async-std = { version = "1.6", optional = true } tokio = { version = "1.0", optional = true, features = ["full"] } tokio-stream = { version = "0.1", optional = true } -tokio-util = { version = "0.6", optional = true, features = ["compat", "io"] } +tokio-util = { version = "0.7", optional = true, features = ["compat", "io"] } soketto = { version = "0.5.0", optional = true } ## Shared (WS, HTTP) url = { version = "2.1", optional = true }