We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af307a3 + 5b6e739 commit c07634eCopy full SHA for c07634e
Cargo.toml
@@ -34,8 +34,8 @@ anyhow = "1.0"
34
filetime = "0.2"
35
flate2 = { version = "1.0.3", features = ["zlib"] }
36
fs2 = "0.4"
37
-git2 = "0.11.0"
38
-git2-curl = "0.12.0"
+git2 = "0.12.0"
+git2-curl = "0.13.0"
39
glob = "0.3.0"
40
hex = "0.4"
41
home = "0.5"
@@ -46,7 +46,7 @@ jobserver = "0.1.21"
46
lazycell = "1.2.0"
47
libc = "0.2"
48
log = "0.4.6"
49
-libgit2-sys = "0.10.0"
+libgit2-sys = "0.11.0"
50
memchr = "2.1.3"
51
num_cpus = "1.0"
52
opener = "0.4"
crates/cargo-test-support/Cargo.toml
@@ -12,7 +12,7 @@ cargo = { path = "../.." }
12
cargo-test-macro = { path = "../cargo-test-macro" }
13
14
flate2 = "1.0"
15
-git2 = "0.11"
+git2 = "0.12"
16
glob = "0.3"
17
lazy_static = "1.0"
18
remove_dir_all = "0.5"
0 commit comments