From ede20ebe643fa18c0b5fd9fdc38c8759e4f056b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:35:40 +0000 Subject: [PATCH] build(deps): bump tokio-util from 0.7.10 to 0.7.12 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.10 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.10...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 | 5 ++--- bitswap-monitoring-client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ddbfa47..e98ae42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2882,16 +2882,15 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.10" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15" +checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" dependencies = [ "bytes", "futures-core", "futures-sink", "pin-project-lite", "tokio", - "tracing", ] [[package]] diff --git a/bitswap-monitoring-client/Cargo.toml b/bitswap-monitoring-client/Cargo.toml index aa4e442..398b776 100644 --- a/bitswap-monitoring-client/Cargo.toml +++ b/bitswap-monitoring-client/Cargo.toml @@ -12,7 +12,7 @@ log = "0.4.21" flexi_logger = "0.28.5" failure = "0.1.8" futures-util = "0.3.29" -tokio-util = "0.7.10" +tokio-util = "0.7.12" futures = "0.3.30" chrono = { version = "0.4.31", features = ["serde"] } prometheus_exporter = "0.8.4"