We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bdc879 commit 82239d7Copy full SHA for 82239d7
2 files changed
Cargo.toml
@@ -33,8 +33,8 @@ anyhow = "1.0"
33
filetime = "0.2"
34
flate2 = { version = "1.0.3", features = ["zlib"] }
35
fs2 = "0.4"
36
-git2 = "0.12.0"
37
-git2-curl = "0.13.0"
+git2 = "0.13.0"
+git2-curl = "0.14.0"
38
glob = "0.3.0"
39
hex = "0.4"
40
home = "0.5"
@@ -45,7 +45,7 @@ jobserver = "0.1.21"
45
lazycell = "1.2.0"
46
libc = "0.2"
47
log = "0.4.6"
48
-libgit2-sys = "0.11.0"
+libgit2-sys = "0.12.0"
49
memchr = "2.1.3"
50
num_cpus = "1.0"
51
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.12"
+git2 = "0.13"
16
glob = "0.3"
17
lazy_static = "1.0"
18
remove_dir_all = "0.5"
0 commit comments