mirror of
https://github.com/rust-lang/cargo
synced 2024-11-05 18:50:39 +00:00
Update libgit2 dependencies
Pulls in a few fixes for libgit2, including some security-related updates.
This commit is contained in:
parent
be431f40f3
commit
2a670c128b
1 changed files with 3 additions and 3 deletions
|
@ -31,8 +31,8 @@ failure = "0.1.5"
|
||||||
filetime = "0.2"
|
filetime = "0.2"
|
||||||
flate2 = { version = "1.0.3", features = ['zlib'] }
|
flate2 = { version = "1.0.3", features = ['zlib'] }
|
||||||
fs2 = "0.4"
|
fs2 = "0.4"
|
||||||
git2 = "0.9.2"
|
git2 = "0.10.0"
|
||||||
git2-curl = "0.10.1"
|
git2-curl = "0.11.0"
|
||||||
glob = "0.3.0"
|
glob = "0.3.0"
|
||||||
hex = "0.3"
|
hex = "0.3"
|
||||||
home = "0.4.2"
|
home = "0.4.2"
|
||||||
|
@ -42,7 +42,7 @@ jobserver = "0.1.13"
|
||||||
lazycell = "1.2.0"
|
lazycell = "1.2.0"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
log = "0.4.6"
|
log = "0.4.6"
|
||||||
libgit2-sys = "0.8.2"
|
libgit2-sys = "0.9.0"
|
||||||
memchr = "2.1.3"
|
memchr = "2.1.3"
|
||||||
num_cpus = "1.0"
|
num_cpus = "1.0"
|
||||||
opener = "0.4"
|
opener = "0.4"
|
||||||
|
|
Loading…
Reference in a new issue