File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
crates/cargo-test-support Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ anyhow = "1.0"
3333filetime = " 0.2"
3434flate2 = { version = " 1.0.3" , features = [" zlib" ] }
3535fs2 = " 0.4"
36- git2 = " 0.12 .0"
37- git2-curl = " 0.13 .0"
36+ git2 = " 0.13 .0"
37+ git2-curl = " 0.14 .0"
3838glob = " 0.3.0"
3939hex = " 0.4"
4040home = " 0.5"
@@ -45,7 +45,7 @@ jobserver = "0.1.21"
4545lazycell = " 1.2.0"
4646libc = " 0.2"
4747log = " 0.4.6"
48- libgit2-sys = " 0.11 .0"
48+ libgit2-sys = " 0.12 .0"
4949memchr = " 2.1.3"
5050num_cpus = " 1.0"
5151opener = " 0.4"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ cargo = { path = "../.." }
1212cargo-test-macro = { path = " ../cargo-test-macro" }
1313filetime = " 0.2"
1414flate2 = " 1.0"
15- git2 = " 0.12 "
15+ git2 = " 0.13 "
1616glob = " 0.3"
1717lazy_static = " 1.0"
1818remove_dir_all = " 0.5"
You can’t perform that action at this time.
0 commit comments