Merge pull request #31 from mehcode/feature/upgrade

Upgrade dependency versions
pull/37/head
Daniel Abramov 6 years ago committed by GitHub
commit 1c57f0f268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      Cargo.toml

@ -16,17 +16,17 @@ default = ["tls"]
tls = ["native-tls"] tls = ["native-tls"]
[dependencies] [dependencies]
base64 = "0.9.0" base64 = "0.9.2"
byteorder = "1.1.0" byteorder = "1.2.3"
bytes = "0.4.6" bytes = "0.4.8"
httparse = "1.2.3" httparse = "1.3.1"
# Required until input_buffer has new version published with Debug derive fix present # Required until input_buffer has new version published with Debug derive fix present
input_buffer = { git = "https://github.com/snapview/input_buffer" } input_buffer = { git = "https://github.com/snapview/input_buffer" }
log = "0.4.1" log = "0.4.2"
rand = "0.4.2" rand = "0.5.2"
sha1 = "0.4.0" sha1 = "0.4.0"
url = "1.5.1" url = "1.7.0"
utf-8 = "0.7.1" utf-8 = "0.7.2"
[dependencies.native-tls] [dependencies.native-tls]
optional = true optional = true

Loading…
Cancel
Save