From a3af8f0da0e38cc4046f1ec53995d7d0aad3033c Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sun, 27 Feb 2022 09:02:15 -0800 Subject: [PATCH] Update to 1.4.2 --- Cargo.toml | 4 ++-- libgit2-sys/Cargo.toml | 2 +- libgit2-sys/libgit2 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a29bdee5f2..f1c5f8674b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "git2" -version = "0.14.0" +version = "0.14.1" authors = ["Josh Triplett ", "Alex Crichton "] license = "MIT/Apache-2.0" readme = "README.md" @@ -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.0" } +libgit2-sys = { path = "libgit2-sys", version = "0.13.1" } [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 68fc36a4be..844d14f7e2 100644 --- a/libgit2-sys/Cargo.toml +++ b/libgit2-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libgit2-sys" -version = "0.13.0+1.4.1" +version = "0.13.1+1.4.2" authors = ["Josh Triplett ", "Alex Crichton "] links = "git2" build = "build.rs" diff --git a/libgit2-sys/libgit2 b/libgit2-sys/libgit2 index fdd15bcfca..182d0d1ee9 160000 --- a/libgit2-sys/libgit2 +++ b/libgit2-sys/libgit2 @@ -1 +1 @@ -Subproject commit fdd15bcfca6b2ec4b7ecad1aa11a396cb15bd064 +Subproject commit 182d0d1ee933de46bf0b5a6ec269bafa77aba9a2