From a3d37c9542850ab2beb8fc56e75eb1b27004494d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 04:47:22 +0000 Subject: [PATCH] chore(deps): update rust crate tokio-util to 0.7.8 (#1599) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e50040370..b1ccd9f9a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6537,9 +6537,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.7" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" +checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 9a124426a7..31e6d0d09a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ fluence-keypair = "0.10.0" parking_lot = "0.12.1" tokio = { version = "1.25.0", features = ["full", "tracing"] } tokio-stream = { version = "0.1.14" } -tokio-util = { version = "0.7.7" } +tokio-util = { version = "0.7.8" } uuid = { version = "1.3.2", features = ["v4"] } derivative = "2.2.0" serde_json = "1.0.96"