mirror of
https://github.com/danbulant/robotparser-rs
synced 2026-07-05 03:00:44 +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"
|
version = "0.10.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
url = "1.2"
|
url = "1"
|
||||||
|
|
||||||
[dependencies.reqwest]
|
[dependencies.reqwest]
|
||||||
version = "0.8"
|
version = "0.8"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue