Commit fb5abcd 1 parent f900cd4 commit fb5abcd Copy full SHA for fb5abcd
File tree 2 files changed +4
-4
lines changed
crates/cargo-test-support
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ anyhow = "1.0"
34
34
filetime = " 0.2"
35
35
flate2 = { version = " 1.0.3" , features = [" zlib" ] }
36
36
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"
39
39
glob = " 0.3.0"
40
40
hex = " 0.4"
41
41
home = " 0.5"
@@ -46,7 +46,7 @@ jobserver = "0.1.21"
46
46
lazycell = " 1.2.0"
47
47
libc = " 0.2"
48
48
log = " 0.4.6"
49
- libgit2-sys = " 0.11 .0"
49
+ libgit2-sys = " 0.12 .0"
50
50
memchr = " 2.1.3"
51
51
num_cpus = " 1.0"
52
52
opener = " 0.4"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cargo = { path = "../.." }
12
12
cargo-test-macro = { path = " ../cargo-test-macro" }
13
13
filetime = " 0.2"
14
14
flate2 = " 1.0"
15
- git2 = " 0.12 "
15
+ git2 = " 0.13 "
16
16
glob = " 0.3"
17
17
lazy_static = " 1.0"
18
18
remove_dir_all = " 0.5"
You can’t perform that action at this time.
0 commit comments