From 2442da2d97eb7c7245a8915bae492686308a1df8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 22:54:38 +0000 Subject: [PATCH] fix(deps): update rust crate tokio-util to 0.7.11 --- Cargo.lock | 5 ++--- dtrd/Cargo.toml | 2 +- tcpcl/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86a5077..30029aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1839,16 +1839,15 @@ 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", "futures-sink", "pin-project-lite", "tokio", - "tracing", ] [[package]] diff --git a/dtrd/Cargo.toml b/dtrd/Cargo.toml index 7188659..89cbb55 100644 --- a/dtrd/Cargo.toml +++ b/dtrd/Cargo.toml @@ -30,7 +30,7 @@ tonic = "0.11.0" prost = "0.12.4" tokio = { version = "1.37.0", features = ["full", "tracing"] } tokio-stream = "0.1.15" -tokio-util = "0.7.10" +tokio-util = "0.7.11" futures-util = "0.3.30" env_logger = "0.11.3" openssl = {version = "0.10.64", features = ["vendored"]} diff --git a/tcpcl/Cargo.toml b/tcpcl/Cargo.toml index 69d655c..a9b5f86 100644 --- a/tcpcl/Cargo.toml +++ b/tcpcl/Cargo.toml @@ -30,7 +30,7 @@ openssl = {version = "0.10.64", features = ["vendored"]} log = "0.4.21" num_enum = "0.7.2" x509-parser = "0.16.0" -tokio-util = {version = "0.7.10", features = ["codec"]} +tokio-util = {version = "0.7.11", features = ["codec"]} bytes = "1.6.0" futures-util = {version = "0.3.30", features = ["sink"]} url = "2.5.0"