mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Bump libgit2 dependencies
Brings in rust-lang/git2-rs#527 Closes #7466 Closes #7988
This commit is contained in:
parent
2bdc87972c
commit
82239d7a10
@ -33,8 +33,8 @@ anyhow = "1.0"
|
||||
filetime = "0.2"
|
||||
flate2 = { version = "1.0.3", features = ["zlib"] }
|
||||
fs2 = "0.4"
|
||||
git2 = "0.12.0"
|
||||
git2-curl = "0.13.0"
|
||||
git2 = "0.13.0"
|
||||
git2-curl = "0.14.0"
|
||||
glob = "0.3.0"
|
||||
hex = "0.4"
|
||||
home = "0.5"
|
||||
@ -45,7 +45,7 @@ jobserver = "0.1.21"
|
||||
lazycell = "1.2.0"
|
||||
libc = "0.2"
|
||||
log = "0.4.6"
|
||||
libgit2-sys = "0.11.0"
|
||||
libgit2-sys = "0.12.0"
|
||||
memchr = "2.1.3"
|
||||
num_cpus = "1.0"
|
||||
opener = "0.4"
|
||||
|
@ -12,7 +12,7 @@ cargo = { path = "../.." }
|
||||
cargo-test-macro = { path = "../cargo-test-macro" }
|
||||
filetime = "0.2"
|
||||
flate2 = "1.0"
|
||||
git2 = "0.12"
|
||||
git2 = "0.13"
|
||||
glob = "0.3"
|
||||
lazy_static = "1.0"
|
||||
remove_dir_all = "0.5"
|
||||
|
Loading…
x
Reference in New Issue
Block a user