Version 0.9.2 released.

Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
pull/95/head v0.9.2
Alexey Galakhov 5 years ago
parent af1fe25efa
commit 4e8d6058d4
  1. 26
      Cargo.toml

@ -7,7 +7,7 @@ authors = ["Alexey Galakhov"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
readme = "README.md" readme = "README.md"
homepage = "https://github.com/snapview/tungstenite-rs" homepage = "https://github.com/snapview/tungstenite-rs"
documentation = "https://docs.rs/tungstenite/0.9.1" documentation = "https://docs.rs/tungstenite/0.9.2"
repository = "https://github.com/snapview/tungstenite-rs" repository = "https://github.com/snapview/tungstenite-rs"
version = "0.9.2" version = "0.9.2"
edition = "2018" edition = "2018"
@ -17,21 +17,21 @@ default = ["tls"]
tls = ["native-tls"] tls = ["native-tls"]
[dependencies] [dependencies]
base64 = "0.10.0" base64 = "0.11.0"
byteorder = "1.2.3" byteorder = "1.3.2"
bytes = "0.4.8" bytes = "0.4.12"
http = "0.1.17" http = "0.1.19"
httparse = "1.3.1" httparse = "1.3.4"
input_buffer = "0.2.0" input_buffer = "0.2.0"
log = "0.4.2" log = "0.4.8"
rand = "0.6.4" rand = "0.7.2"
sha-1 = "0.8" sha-1 = "0.8.1"
url = "2.0" url = "2.1.0"
utf-8 = "0.7.2" utf-8 = "0.7.5"
[dependencies.native-tls] [dependencies.native-tls]
optional = true optional = true
version = "0.2" version = "0.2.3"
[dev-dependencies] [dev-dependencies]
env_logger = "0.6.1" env_logger = "0.7.1"

Loading…
Cancel
Save