From 536b1e184e9704f50716cf10bf9d4e11a79337da Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 14 Oct 2019 14:28:41 -0400 Subject: [PATCH] fix(dependencies): require correct bytes minimum version (#1975) `Bytes::advance` was introduced in this version. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8e0825246a..8afa3eed22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ include = [ ] [dependencies] -bytes = "0.4.4" +bytes = "0.4.6" futures-core-preview = "=0.3.0-alpha.19" futures-channel-preview = "=0.3.0-alpha.19" futures-util-preview = "=0.3.0-alpha.19"