From cc0a885e75cd2c71c532ad701f62381269abad09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Sep 2021 11:55:07 +0200 Subject: [PATCH] build: bump git2 from 0.13.21 to 0.13.22 (#3047) Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.21 to 0.13.22. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.21...0.13.22) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b0435325..2e6fab5e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -664,9 +664,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.13.21" +version = "0.13.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "659cd14835e75b64d9dba5b660463506763cf0aa6cb640aeeb0e98d841093490" +checksum = "9c1cbbfc9a1996c6af82c2b4caf828d2c653af4fcdbb0e5674cc966eee5a4197" dependencies = [ "bitflags 1.2.1", "libc", @@ -785,9 +785,9 @@ checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21" [[package]] name = "libgit2-sys" -version = "0.12.22+1.1.0" +version = "0.12.23+1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89c53ac117c44f7042ad8d8f5681378dfbc6010e49ec2c0d1f11dfedc7a4a1c3" +checksum = "29730a445bae719db3107078b46808cc45a5b7a6bae3f31272923af969453356" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index adce1727a..b878c0cf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tls-vendored = ["native-tls/vendored"] clap = "2.33.3" ansi_term = "0.12.1" directories-next = "2.0.0" -git2 = { version = "0.13.21", default-features = false } +git2 = { version = "0.13.22", default-features = false } toml = { version = "0.5.8", features = ["preserve_order"] } rust-ini = "0.17.0" serde_json = "1.0.67"