From 584ec6f323a54cb07182437e2fccd909b6622e6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 23:44:15 +0000 Subject: [PATCH] chore(deps): Bump libgit2-sys in /auto-promote-action/auto-promote Bumps [libgit2-sys](https://github.com/rust-lang/git2-rs) from 0.13.2+1.4.2 to 0.13.5+1.4.5. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/libgit2-sys-0.13.2...libgit2-sys-0.13.5) --- updated-dependencies: - dependency-name: libgit2-sys dependency-type: indirect ... Signed-off-by: dependabot[bot] --- auto-promote-action/auto-promote/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/auto-promote-action/auto-promote/Cargo.lock b/auto-promote-action/auto-promote/Cargo.lock index d932bb6..0953aea 100644 --- a/auto-promote-action/auto-promote/Cargo.lock +++ b/auto-promote-action/auto-promote/Cargo.lock @@ -564,9 +564,9 @@ checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4" [[package]] name = "libgit2-sys" -version = "0.13.2+1.4.2" +version = "0.13.5+1.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a42de9a51a5c12e00fc0e4ca6bc2ea43582fc6418488e8f615e905d886f258b" +checksum = "51e5ea06c26926f1002dd553fded6cfcdc9784c1f60feeb58368b4d9b07b6dba" dependencies = [ "cc", "libc",