trivial: update dependencies

Signed-off-by: Alexey Galakhov <agalakhov@snapview.de>
pull/24/merge v0.5.2
Alexey Galakhov 7 years ago
parent 6f8c4e7034
commit 4177cfac46
  1. 12
      Cargo.toml

@ -7,23 +7,23 @@ 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.5.1" documentation = "https://docs.rs/tungstenite/0.5.2"
repository = "https://github.com/snapview/tungstenite-rs" repository = "https://github.com/snapview/tungstenite-rs"
version = "0.5.1" version = "0.5.2"
[features] [features]
default = ["tls"] default = ["tls"]
tls = ["native-tls"] tls = ["native-tls"]
[dependencies] [dependencies]
base64 = "0.6.0" base64 = "0.9.0"
byteorder = "1.1.0" byteorder = "1.1.0"
bytes = "0.4.4" bytes = "0.4.4"
httparse = "1.2.3" httparse = "1.2.3"
input_buffer = "0.1.1" input_buffer = "0.1.1"
log = "0.3.8" log = "0.4.0"
rand = "0.3.16" rand = "0.4.1"
sha1 = "0.2.0" sha1 = "0.3.0"
url = "1.5.1" url = "1.5.1"
utf-8 = "0.7.1" utf-8 = "0.7.1"

Loading…
Cancel
Save