Skip to content

Commit 64017cd

Browse files
authored
Merge pull request #1128 from ericswpark/idna-patch
Update url to min `2.5.4`
2 parents 7b7be43 + c6dd1ac commit 64017cd

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)