From f1811c28b13024aabaa6b95e47309d4b81cdcf9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 06:17:22 +0000 Subject: [PATCH] chore(deps): Bump tokio-util from 0.7.11 to 0.7.12 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.11 to 0.7.12. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.11...tokio-util-0.7.12) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- image-rs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eef6a3c8d..687548a5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6399,9 +6399,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.11" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" +checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" dependencies = [ "bytes", "futures-core", diff --git a/image-rs/Cargo.toml b/image-rs/Cargo.toml index ca4e98b2f..74cefb72e 100644 --- a/image-rs/Cargo.toml +++ b/image-rs/Cargo.toml @@ -56,7 +56,7 @@ strum.workspace = true strum_macros = "0.26" krata-tokio-tar = "0.4.2" tokio.workspace = true -tokio-util = "0.7.11" +tokio-util = "0.7.12" tonic = { workspace = true, optional = true } ttrpc = { workspace = true, features = ["async"], optional = true } url = "2.5.2"