Skip to content

Commit 2a670c1

Browse files
committed
Update libgit2 dependencies
Pulls in a few fixes for libgit2, including some security-related updates.
1 parent be431f4 commit 2a670c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ failure = "0.1.5"
3131
filetime = "0.2"
3232
flate2 = { version = "1.0.3", features = ['zlib'] }
3333
fs2 = "0.4"
34-
git2 = "0.9.2"
35-
git2-curl = "0.10.1"
34+
git2 = "0.10.0"
35+
git2-curl = "0.11.0"
3636
glob = "0.3.0"
3737
hex = "0.3"
3838
home = "0.4.2"
@@ -42,7 +42,7 @@ jobserver = "0.1.13"
4242
lazycell = "1.2.0"
4343
libc = "0.2"
4444
log = "0.4.6"
45-
libgit2-sys = "0.8.2"
45+
libgit2-sys = "0.9.0"
4646
memchr = "2.1.3"
4747
num_cpus = "1.0"
4848
opener = "0.4"

0 commit comments

Comments
 (0)