Skip to content

Commit 06d65a4

Browse files
committed
chore: bump versions of git2 and libgit2-sys
1 parent 332887e commit 06d65a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pretty_env_logger = { version = "0.4", optional = true }
3232
anyhow = "1.0"
3333
filetime = "0.2.9"
3434
flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }
35-
git2 = "0.13.14"
35+
git2 = "0.13.16"
3636
git2-curl = "0.14.1"
3737
glob = "0.3.0"
3838
hex = "0.4"
@@ -44,7 +44,7 @@ jobserver = "0.1.21"
4444
lazycell = "1.2.0"
4545
libc = "0.2"
4646
log = "0.4.6"
47-
libgit2-sys = "0.12.16"
47+
libgit2-sys = "0.12.18"
4848
memchr = "2.1.3"
4949
num_cpus = "1.0"
5050
opener = "0.4"

crates/cargo-test-support/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ cargo = { path = "../.." }
1313
cargo-test-macro = { path = "../cargo-test-macro" }
1414
filetime = "0.2"
1515
flate2 = { version = "1.0", default-features = false, features = ["zlib"] }
16-
git2 = "0.13"
16+
git2 = "0.13.16"
1717
glob = "0.3"
1818
lazy_static = "1.0"
1919
remove_dir_all = "0.5"

0 commit comments

Comments
 (0)