From c896ef73cf88b220a8877dcfa7f7dab7651f8147 Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Fri, 19 May 2017 17:55:30 +0200 Subject: [PATCH] Version 0.2.3 released. Signed-off-by: Alexey Galakhov --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e811a31..7cc982e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,24 +7,24 @@ authors = ["Alexey Galakhov"] license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://github.com/snapview/tungstenite-rs" -documentation = "https://docs.rs/tungstenite/0.2.2" +documentation = "https://docs.rs/tungstenite/0.2.3" repository = "https://github.com/snapview/tungstenite-rs" -version = "0.2.2" +version = "0.2.3" [features] default = ["tls"] tls = ["native-tls"] [dependencies] -base64 = "0.4.1" +base64 = "0.5.2" byteorder = "1.0.0" -bytes = "0.4.1" -httparse = "1.2.1" +bytes = "0.4.3" +httparse = "1.2.2" log = "0.3.7" rand = "0.3.15" sha1 = "0.2.0" url = "1.4.0" -utf-8 = "0.7.0" +utf-8 = "0.7.1" [dependencies.native-tls] optional = true