We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ebc335 commit bdc2ee2Copy full SHA for bdc2ee2
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "hyper"
4
-version = "0.1.7"
+version = "0.1.8"
5
description = "A modern HTTP library."
6
readme = "README.md"
7
documentation = "http://hyperium.github.io/hyper/hyper/index.html"
@@ -12,7 +12,7 @@ authors = ["Sean McArthur <sean.monstar@gmail.com>",
12
13
[dependencies]
14
cookie = "*"
15
-log = "*"
+log = ">= 0.2.0"
16
mime = "*"
17
mucell = "*"
18
openssl = "*"
0 commit comments