mirror of
https://github.com/danbulant/robotparser-rs
synced 2026-06-15 20:51:34 +00:00
Merge pull request #12 from spk/less-strict-reqwest-vers
Less strict version on reqwest
This commit is contained in:
commit
b27c5544eb
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ version = "0.8.0"
|
|||
url = "1.2"
|
||||
|
||||
[dependencies.reqwest]
|
||||
version = "0.1.0"
|
||||
version = "0.4"
|
||||
optional = true
|
||||
|
||||
[dependencies.clippy]
|
||||
|
|
|
|||
Loading…
Reference in a new issue