From 0a299ab9edc61983a685e8f7731cd3dfad2bec5c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 18 Oct 2021 16:19:11 +0000 Subject: [PATCH] fix(deps): update rust crate bytes to 0.6 --- 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..3a60044 100644 --- a/macbrew-proxy/Cargo.toml +++ b/macbrew-proxy/Cargo.toml @@ -17,7 +17,7 @@ tokio-serial = { version = "4.3.3", default-features = false } encoding = "0.2.33" tokio-util = { version = "0.3.1", features = ["codec"], default-features = false } futures = "0.3.15" -bytes = "0.5" +bytes = "0.6" async-trait = "0.1.50" snafu = "0.6.10" quick-xml = { version = "0.22", features = [ "serialize" ] }