From 2a39d96e15951b79d09c90cd520ed00022f5b678 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 Sep 2022 09:03:06 +0000 Subject: [PATCH] Update Rust crate tokio-util to 0.7.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c2cc7d..d9aae43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -915,9 +915,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" +checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index ae6a2cd..edcca5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ tracing-subscriber = {version = "0.3.15", features = ["env-filter"] } tower-http = { version = "0.3.4", features = ["fs", "trace", "auth"] } tar = "0.4.38" flate2 = "1.0.24" -tokio-util = { version = "0.7.3", features = ["io"] } +tokio-util = { version = "0.7.4", features = ["io"] } futures-util = "0.3.24" uuid = { version = "1.1.2", features = ["v4"] } serde_json = "1.0.85"