From 69d9a0c364fa7fc5cea804690fdc81cea1b60741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 26 Nov 2019 22:34:26 +0100 Subject: [PATCH] Update dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a94d93..0463a3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ default-features = false [dependencies.bytes] optional = true -version = "0.4.8" +version = "0.5" [dependencies.async-std] optional = true