Upgrade to hyper 0.8

This commit is contained in:
messense 2016-03-17 13:21:51 +08:00
parent 7f9d08b307
commit b6c9242db8

View file

@ -8,10 +8,10 @@ license = "MIT"
name = "robotparser"
readme = "README.md"
repository = "https://github.com/messense/robotparser-rs"
version = "0.4.1"
version = "0.4.2"
[dependencies]
hyper = "0.7"
hyper = "0.8"
time = "0.1"
url = "0.5"