Skip to content

Commit f933bfc

Browse files
committed
fix: specify minimum required url version of v2.2.0 (#1119).
Note that this is also the minimal required version that is resolved with `cargo +nightly update -Z minimal-versions`, but it's nothing I could validate or reproduce myself just yet.
1 parent 70a1d9f commit f933bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-url/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gix-path = { version = "^0.10.0", path = "../gix-path" }
2222

2323
serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"]}
2424
thiserror = "1.0.32"
25-
url = "2.1.1"
25+
url = "2.2.0"
2626
bstr = { version = "1.3.0", default-features = false, features = ["std"] }
2727
home = "0.5.3"
2828

0 commit comments

Comments
 (0)