From 2c810049f3ee3ea5a8e8d5c8c5e35a201df36323 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 24 Apr 2022 23:10:12 +0000 Subject: [PATCH] fix(deps): update rust crate tokio-util to 0.7.1 --- 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..cca5f71 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.1", features = ["codec"], default-features = false } futures = "0.3.15" bytes = "0.5" async-trait = "0.1.50"