From 3ce4c01b9222ca8d017083bf68a62d6e2336572c Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Fri, 2 Nov 2018 23:05:00 +0100 Subject: [PATCH] Version 0.6.1 released. Signed-off-by: Alexey Galakhov --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0534a7b..ec3922c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,23 +7,23 @@ authors = ["Alexey Galakhov"] license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://github.com/snapview/tungstenite-rs" -documentation = "https://docs.rs/tungstenite/0.6.0" +documentation = "https://docs.rs/tungstenite/0.6.1" repository = "https://github.com/snapview/tungstenite-rs" -version = "0.6.0" +version = "0.6.1" [features] default = ["tls"] tls = ["native-tls"] [dependencies] -base64 = "0.9.2" +base64 = "0.10.0" byteorder = "1.2.3" bytes = "0.4.8" httparse = "1.3.1" input_buffer = "0.2.0" log = "0.4.2" rand = "0.5.2" -sha-1 = "0.7" +sha-1 = "0.8" url = "1.7.0" utf-8 = "0.7.2"