mirror of
https://github.com/danbulant/robotparser-rs
synced 2026-06-16 05:01:03 +00:00
Upgrade to hyper 0.8
This commit is contained in:
parent
7f9d08b307
commit
b6c9242db8
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue