Skip to content

Commit 6adf740

Browse files
committed
Use url crate 1.x version
1 parent d6127d2 commit 6adf740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/messense/robotparser-rs"
1111
version = "0.10.0"
1212

1313
[dependencies]
14-
url = "1.2"
14+
url = "1"
1515

1616
[dependencies.reqwest]
1717
version = "0.8"

0 commit comments

Comments
 (0)