From 71f40ef0e17d06a3a54f5d247c1073f54f39e348 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 13 Oct 2019 19:22:58 -0400 Subject: [PATCH] fix(cargo): require bytes 0.4.6 `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"