Skip to content

Commit

Permalink
upgrade url to latest version.
Browse files Browse the repository at this point in the history
It should finally fix some security concerns as well.
  • Loading branch information
Byron committed Dec 9, 2023
1 parent 281fda0 commit 58ed530
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
26 changes: 18 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gix-url/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ gix-path = { version = "^0.10.1", path = "../gix-path" }

serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"]}
thiserror = "1.0.32"
url = "2.2.0"
url = "2.5.0"
bstr = { version = "1.3.0", default-features = false, features = ["std"] }
home = "0.5.3"

Expand Down

0 comments on commit 58ed530

Please sign in to comment.