Skip to content

Commit c6dd1ac

Browse files
committedFeb 22, 2025
Update url to 2.5.4
This also resolves the security warning that comes from idna 0.5.0 being vulnerable.
1 parent 7b7be43 commit c6dd1ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ categories = ["api-bindings"]
1616
edition = "2018"
1717

1818
[dependencies]
19-
url = "2.0"
19+
url = "2.5.4"
2020
bitflags = "2.1.0"
2121
libc = "0.2"
2222
log = "0.4.8"

‎git2-curl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ edition = "2018"
1414

1515
[dependencies]
1616
curl = "0.4.33"
17-
url = "2.0"
17+
url = "2.5.4"
1818
log = "0.4"
1919
git2 = { path = "..", version = "0.20", default-features = false }
2020

0 commit comments

Comments
 (0)