From 52a6a4801cf4d7c3e969626e2bf98258dd46acf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 12:40:07 +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 | 5 ++--- conmon-rs/client/Cargo.toml | 2 +- conmon-rs/server/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e676484f31..7f6ff460a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2073,9 +2073,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", @@ -2083,7 +2083,6 @@ dependencies = [ "futures-sink", "pin-project-lite", "tokio", - "tracing", ] [[package]] diff --git a/conmon-rs/client/Cargo.toml b/conmon-rs/client/Cargo.toml index 3135307f17..ce0e7e2817 100644 --- a/conmon-rs/client/Cargo.toml +++ b/conmon-rs/client/Cargo.toml @@ -11,4 +11,4 @@ futures = "0.3.30" log = { version = "0.4.21", features = ["serde", "std"] } serde = { version = "1.0.200", features = ["derive"] } tokio = { version = "1.37.0", features = ["fs", "macros", "net", "process", "rt", "signal", "time"] } -tokio-util = { version = "0.7.10", features = ["compat"] } +tokio-util = { version = "0.7.11", features = ["compat"] } diff --git a/conmon-rs/server/Cargo.toml b/conmon-rs/server/Cargo.toml index 1bdc2434b9..ca3ef40381 100644 --- a/conmon-rs/server/Cargo.toml +++ b/conmon-rs/server/Cargo.toml @@ -40,7 +40,7 @@ tempfile = "3.10.1" tokio = { version = "1.37.0", features = ["fs", "io-std", "io-util", "macros", "net", "process", "rt", "rt-multi-thread", "signal", "time"] } tokio-eventfd = "0.2.1" tokio-seqpacket = "0.7.1" -tokio-util = { version = "0.7.10", features = ["compat"] } +tokio-util = { version = "0.7.11", features = ["compat"] } tracing = "0.1.40" tracing-opentelemetry = "0.23.0" tracing-subscriber = "0.3.18"