diff --git a/gix-url/Cargo.toml b/gix-url/Cargo.toml index 0dd0861b023..a14947405ec 100644 --- a/gix-url/Cargo.toml +++ b/gix-url/Cargo.toml @@ -22,7 +22,7 @@ gix-path = { version = "^0.10.0", path = "../gix-path" } serde = { version = "1.0.114", optional = true, default-features = false, features = ["std", "derive"]} thiserror = "1.0.32" -url = "2.1.1" +url = "2.2.0" bstr = { version = "1.3.0", default-features = false, features = ["std"] } home = "0.5.3"