From c3aff4ae9e9e89e0fb87ce3f0dcadebcd7ba4f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 3 Dec 2019 10:01:18 +0200 Subject: [PATCH] Update to bytes 0.5 and input_buffer 0.3 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bfc48a0..b339e0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,10 +19,10 @@ tls = ["native-tls"] [dependencies] base64 = "0.11.0" byteorder = "1.3.2" -bytes = "0.4.12" +bytes = "0.5" http = "0.2" httparse = "1.3.4" -input_buffer = "0.2.0" +input_buffer = "0.3.0" log = "0.4.8" rand = "0.7.2" sha-1 = "0.8.1"