Skip to content

Commit

Permalink
upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Jan 12, 2018
1 parent 0707dfe commit fa93701
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@ tls = ["native-tls", "tokio-tls"]
alpn = ["openssl", "openssl/v102", "openssl/v110", "tokio-openssl"]

[dependencies]
log = "0.3"
log = "0.4"
failure = "0.1"
failure_derive = "0.1"
time = "0.1"
http = "^0.1.2"
httparse = "0.1"
httparse = "1.2"
http-range = "0.1"
mime = "0.3"
mime_guess = "1.8"
regex = "0.2"
sha1 = "0.2"
url = "1.5"
sha1 = "0.4"
url = "1.6"
libc = "0.2"
serde = "1.0"
serde_json = "1.0"
Expand Down

0 comments on commit fa93701

Please sign in to comment.