Commit 82239d7 1 parent 2bdc879 commit 82239d7 Copy full SHA for 82239d7
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 @@ -33,8 +33,8 @@ anyhow = "1.0"
33
33
filetime = " 0.2"
34
34
flate2 = { version = " 1.0.3" , features = [" zlib" ] }
35
35
fs2 = " 0.4"
36
- git2 = " 0.12 .0"
37
- git2-curl = " 0.13 .0"
36
+ git2 = " 0.13 .0"
37
+ git2-curl = " 0.14 .0"
38
38
glob = " 0.3.0"
39
39
hex = " 0.4"
40
40
home = " 0.5"
@@ -45,7 +45,7 @@ jobserver = "0.1.21"
45
45
lazycell = " 1.2.0"
46
46
libc = " 0.2"
47
47
log = " 0.4.6"
48
- libgit2-sys = " 0.11 .0"
48
+ libgit2-sys = " 0.12 .0"
49
49
memchr = " 2.1.3"
50
50
num_cpus = " 1.0"
51
51
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