From b36a73059d96bf841e8a3d415cc0bed82b8765cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20B=C3=BChler?= Date: Sun, 29 Apr 2018 12:08:05 +0200 Subject: [PATCH] tokio-io: require bytes-0.4.7 for Buf::get_uint_be --- tokio-io/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokio-io/Cargo.toml b/tokio-io/Cargo.toml index ab04fbbeb..91e628d9b 100644 --- a/tokio-io/Cargo.toml +++ b/tokio-io/Cargo.toml @@ -17,6 +17,6 @@ Core I/O primitives for asynchronous I/O in Rust. categories = ["asynchronous"] [dependencies] -bytes = "0.4.1" +bytes = "0.4.7" futures = "0.1.18" log = "0.4"