diff --git a/Cargo.toml b/Cargo.toml index 2fe94c7cd9..7e0a31c06e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.1.7" +version = "0.1.8" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html" @@ -12,7 +12,7 @@ authors = ["Sean McArthur ", [dependencies] cookie = "*" -log = "*" +log = ">= 0.2.0" mime = "*" mucell = "*" openssl = "*"