This commit is contained in:
Sean McArthur
2015-01-27 10:05:06 -08:00
parent 8ebc335b20
commit bdc2ee215e

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "hyper" name = "hyper"
version = "0.1.7" version = "0.1.8"
description = "A modern HTTP library." description = "A modern HTTP library."
readme = "README.md" readme = "README.md"
documentation = "http://hyperium.github.io/hyper/hyper/index.html" documentation = "http://hyperium.github.io/hyper/hyper/index.html"
@@ -12,7 +12,7 @@ authors = ["Sean McArthur <sean.monstar@gmail.com>",
[dependencies] [dependencies]
cookie = "*" cookie = "*"
log = "*" log = ">= 0.2.0"
mime = "*" mime = "*"
mucell = "*" mucell = "*"
openssl = "*" openssl = "*"