Skip to content

Commit dd701a1

Browse files
committed
Update git2 to 0.14.1 and git2-curl to 0.15.0 and libgit2-sys to 0.13.1
1 parent c7dbc42 commit dd701a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ pretty_env_logger = { version = "0.4", optional = true }
2929
anyhow = "1.0"
3030
filetime = "0.2.9"
3131
flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }
32-
git2 = "0.13.23"
33-
git2-curl = "0.14.1"
32+
git2 = "0.14.1"
33+
git2-curl = "0.15.0"
3434
glob = "0.3.0"
3535
hex = "0.4"
3636
home = "0.5"
@@ -41,7 +41,7 @@ jobserver = "0.1.24"
4141
lazycell = "1.2.0"
4242
libc = "0.2"
4343
log = "0.4.6"
44-
libgit2-sys = "0.12.24"
44+
libgit2-sys = "0.13.1"
4545
memchr = "2.1.3"
4646
num_cpus = "1.0"
4747
opener = "0.5"

crates/cargo-test-support/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cargo-test-macro = { path = "../cargo-test-macro" }
1313
cargo-util = { path = "../cargo-util" }
1414
filetime = "0.2"
1515
flate2 = { version = "1.0", default-features = false, features = ["zlib"] }
16-
git2 = "0.13.16"
16+
git2 = "0.14.1"
1717
glob = "0.3"
1818
itertools = "0.10.0"
1919
lazy_static = "1.0"

0 commit comments

Comments
 (0)