From a0de2de9c2c56de43a69139eb62c47eca88fb389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 19:13:21 +0000 Subject: [PATCH] build(deps): bump tokio-util from 0.7.10 to 0.7.11 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.10 to 0.7.11. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.10...tokio-util-0.7.11) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2de257be..237e1151 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2682,9 +2682,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.10" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" +checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index a1ea1071..f1ae5fd6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ serde = { version = "1.0.200", default-features = false } serde_json = { version = "1.0.116", default-features = false } sha2 = { version = "0.10.8", default-features = false } tempfile = { version = "3.10.1", default-features = false } -tokio-util = { version = "0.7.10", default-features = false } +tokio-util = { version = "0.7.11", default-features = false } tower = { version = "0.4.13", default-features = false } tower-http = { version = "0.4.4", default-features = false } tracing = { version = "0.1.40", default-features = false, features = ["release_max_level_debug"] }