From c4aa1d984d5d6563f16e13fa703bbae207787a32 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 10 Mar 2022 08:51:57 -0800 Subject: [PATCH 1/2] Bump libgit2-sys to 0.13.2 --- Cargo.toml | 2 +- libgit2-sys/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f1c5f8674b..e0e238df77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ url = "2.0" bitflags = "1.1.0" libc = "0.2" log = "0.4.8" -libgit2-sys = { path = "libgit2-sys", version = "0.13.1" } +libgit2-sys = { path = "libgit2-sys", version = "0.13.2" } [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies] openssl-sys = { version = "0.9.0", optional = true } diff --git a/libgit2-sys/Cargo.toml b/libgit2-sys/Cargo.toml index 844d14f7e2..8e99666407 100644 --- a/libgit2-sys/Cargo.toml +++ b/libgit2-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libgit2-sys" -version = "0.13.1+1.4.2" +version = "0.13.2+1.4.2" authors = ["Josh Triplett ", "Alex Crichton "] links = "git2" build = "build.rs" From 69b9a4ee751dcd30535e8f9ae4ef9603af34e549 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 10 Mar 2022 08:52:32 -0800 Subject: [PATCH 2/2] Bump git2 to 0.14.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0e238df77..b51524c391 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git2" -version = "0.14.1" +version = "0.14.2" authors = ["Josh Triplett ", "Alex Crichton "] license = "MIT/Apache-2.0" readme = "README.md"