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" ] }