From 065c9af877ad8863d23bf4cb5f666abf3ffb9314 Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Tue, 4 Apr 2017 13:36:06 +0200 Subject: [PATCH] Version 0.2.0 released. Signed-off-by: Alexey Galakhov --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 29cddea..2337bc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ default = ["tls"] tls = ["native-tls"] [dependencies] -base64 = "0.4.0" +base64 = "0.4.1" byteorder = "1.0.0" bytes = "0.4.1" httparse = "1.2.1" @@ -28,7 +28,7 @@ utf-8 = "0.7.0" [dependencies.native-tls] optional = true -version = "0.1.1" +version = "0.1.2" [dev-dependencies] env_logger = "0.4.2"