Skip to content

Commit fb5abcd

Browse files
borsehuss
authored andcommitted
Auto merge of rust-lang#7996 - alexcrichton:update-git2, r=Eh2406
Bump libgit2 dependencies Brings in rust-lang/git2-rs#527 Closes rust-lang#7466 Closes rust-lang#7988
1 parent f900cd4 commit fb5abcd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ anyhow = "1.0"
3434
filetime = "0.2"
3535
flate2 = { version = "1.0.3", features = ["zlib"] }
3636
fs2 = "0.4"
37-
git2 = "0.12.0"
38-
git2-curl = "0.13.0"
37+
git2 = "0.13.0"
38+
git2-curl = "0.14.0"
3939
glob = "0.3.0"
4040
hex = "0.4"
4141
home = "0.5"
@@ -46,7 +46,7 @@ jobserver = "0.1.21"
4646
lazycell = "1.2.0"
4747
libc = "0.2"
4848
log = "0.4.6"
49-
libgit2-sys = "0.11.0"
49+
libgit2-sys = "0.12.0"
5050
memchr = "2.1.3"
5151
num_cpus = "1.0"
5252
opener = "0.4"

crates/cargo-test-support/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cargo = { path = "../.." }
1212
cargo-test-macro = { path = "../cargo-test-macro" }
1313
filetime = "0.2"
1414
flate2 = "1.0"
15-
git2 = "0.12"
15+
git2 = "0.13"
1616
glob = "0.3"
1717
lazy_static = "1.0"
1818
remove_dir_all = "0.5"

0 commit comments

Comments
 (0)