From 854ca808e70462fed4af8b5071726a70b8b74634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 07:48:21 +1000 Subject: [PATCH] chore(deps): bump tokio-util from 0.7.4 to 0.7.7 (#1378) Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.4 to 0.7.7. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.4...tokio-util-0.7.7) --- 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c449d0185..f2335a73b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4598,9 +4598,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.4" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740" +checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 6f5175b86..3ef5cfe0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -139,7 +139,7 @@ tikv-jemallocator = "0.5" tokio = "^1.24.2" tokio-openssl = "^0.6.3" -tokio-util = "^0.7.4" +tokio-util = "^0.7.7" toml = "^0.5.11" touch = "^0.0.1"