Skip to content

Commit 58ed530

Browse files
committed
upgrade url to latest version.
It should finally fix some security concerns as well.
1 parent 281fda0 commit 58ed530

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

Cargo.lock

+18-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gix-url/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gix-path = { version = "^0.10.1", 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.2.0"
25+
url = "2.5.0"
2626
bstr = { version = "1.3.0", default-features = false, features = ["std"] }
2727
home = "0.5.3"
2828

0 commit comments

Comments
 (0)