From 2d6b03aa1d280f43767f53f4965a9a0f9e7e3a44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 10:28:11 +0200 Subject: [PATCH] A0-3951: Bump tokio-util in the all-rust-deps group (#444) Bumps the all-rust-deps group with 1 update: [tokio-util](https://github.com/tokio-rs/tokio). Updates `tokio-util` 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 dependency-group: all-rust-deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- examples/ordering/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 906929d..15ca368 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1118,9 +1118,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/examples/ordering/Cargo.toml b/examples/ordering/Cargo.toml index a810f3e..5248586 100644 --- a/examples/ordering/Cargo.toml +++ b/examples/ordering/Cargo.toml @@ -19,4 +19,4 @@ log = "0.4" parking_lot = "0.12" time = { version = "0.3", features = ["formatting", "macros", "local-offset"] } tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread", "io-util", "net", "time", "fs"] } -tokio-util = { version = "0.7.10", features = ["compat"] } +tokio-util = { version = "0.7.11", features = ["compat"] }