From dea5fa4a09a854c79b7bfb750970107712cb8f71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Nov 2021 04:14:42 +0000 Subject: [PATCH] Bump git2 from 0.13.23 to 0.13.24 Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.23 to 0.13.24. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.23...0.13.24) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50de741..97e87b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -756,9 +756,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.13.23" +version = "0.13.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a8057932925d3a9d9e4434ea016570d37420ddb1ceed45a174d577f24ed6700" +checksum = "845e007a28f1fcac035715988a234e8ec5458fd825b20a20c7dec74237ef341f" dependencies = [ "bitflags", "libc", @@ -1008,9 +1008,9 @@ checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21" [[package]] name = "libgit2-sys" -version = "0.12.24+1.3.0" +version = "0.12.25+1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddbd6021eef06fb289a8f54b3c2acfdd85ff2a585dfbb24b8576325373d2152c" +checksum = "8f68169ef08d6519b2fe133ecc637408d933c0174b23b80bb2f79828966fbaab" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index bd5d161..5b2fabc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ bytes = "1.1.0" config = { version = "0.11.0", features = ["toml"] } dotenv = "0.15.0" futures = "0.3.17" -git2 = "0.13.23" +git2 = "0.13.24" lazy_static = "1.4.0" number_prefix = "0.4.0" openssl-probe = "0.1.4"