From 8da13d2a39b81512a04850b45e4c116ea899835d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:22:24 +0100 Subject: [PATCH] fix(deps): update rust crate tokio-util to 0.7.9 (#147) 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 36747cf..3087f20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3113,9 +3113,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.8" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d" +checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index aeb990c..bc9f8eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,4 +39,4 @@ lettre = { version = "0.10.4", features = ["tokio1", "tokio1-rustls-tls", "rustl futures = { version = "0.3.28", default-features = false } serde_json = "1.0.104" tower = { version = "0.4.13", features = ["limit"] } -tokio-util = { version = "0.7.8", features = ["io"] } +tokio-util = { version = "0.7.9", features = ["io"] }