mirror of
https://github.com/danbulant/robotparser-rs
synced 2026-06-17 05:31:17 +00:00
Use url crate 1.x version
This commit is contained in:
parent
d6127d25bb
commit
6adf740663
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ repository = "https://github.com/messense/robotparser-rs"
|
|||
version = "0.10.0"
|
||||
|
||||
[dependencies]
|
||||
url = "1.2"
|
||||
url = "1"
|
||||
|
||||
[dependencies.reqwest]
|
||||
version = "0.8"
|
||||
|
|
|
|||
Loading…
Reference in a new issue