From af282fa29fb03643d7481b6653bdb81f2e6315ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 07:29:31 +0000 Subject: [PATCH] fix(deps): update rust crate tokio-util to 0.7.0 --- macbrew-proxy/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macbrew-proxy/Cargo.toml b/macbrew-proxy/Cargo.toml index 545f14c..9f05fb9 100644 --- a/macbrew-proxy/Cargo.toml +++ b/macbrew-proxy/Cargo.toml @@ -15,7 +15,7 @@ serde_json = "1.0" clap = "3.0.0-beta.2" tokio-serial = { version = "4.3.3", default-features = false } encoding = "0.2.33" -tokio-util = { version = "0.3.1", features = ["codec"], default-features = false } +tokio-util = { version = "0.7.0", features = ["codec"], default-features = false } futures = "0.3.15" bytes = "0.5" async-trait = "0.1.50"