Skip to content

Commit 4e16a09

Browse files
committed
fix: Require the most recent version of url
This seems to be more compatible to nightly versions of the compiler.
1 parent 2923784 commit 4e16a09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-url/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gix-path = { version = "^0.10.10", 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.5.1"
25+
url = "2.5.2"
2626
bstr = { version = "1.3.0", default-features = false, features = ["std"] }
2727
home = "0.5.5"
2828

0 commit comments

Comments
 (0)