Skip to content

Commit bb962d7

Browse files
committed
cargo: relax dependency on url
It turns out that we can use version 1.x, not just 1.5.1 and later. Tested with % cargo update -p url --precise 1.0.0 % cargo test
1 parent 5ebace3 commit bb962d7

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
@@ -26,6 +26,6 @@ semver-parser = "0.9"
2626
syn = { version = "0.15", features = ["full"] }
2727
proc-macro2 = { version = "0.4", features = ["span-locations"] }
2828
toml = "0.5"
29-
url = "1.5.1"
29+
url = "1.0"
3030
itertools = "0.8"
3131
regex = "1.1"

0 commit comments

Comments
 (0)