From a9cd7b94ff6a9824d5799bf0ae0f81db32c496f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 04:05:52 -0400 Subject: build: bump git2 from 0.13.18 to 0.13.19 (#2711) Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.18 to 0.13.19. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.18...0.13.19) 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 db01c0d2e..949509d47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -653,9 +653,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.13.18" +version = "0.13.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b483c6c2145421099df1b4efd50e0f6205479a072199460eff852fa15e5603c7" +checksum = "17929de7239dea9f68aa14f94b2ab4974e7b24c1314275ffcc12a7758172fa18" dependencies = [ "bitflags 1.2.1", "libc", @@ -781,9 +781,9 @@ checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" [[package]] name = "libgit2-sys" -version = "0.12.19+1.1.0" +version = "0.12.20+1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f322155d574c8b9ebe991a04f6908bb49e68a79463338d24a43d6274cb6443e6" +checksum = "1e2f09917e00b9ad194ae72072bb5ada2cca16d8171a43e91ddba2afbb02664b" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index 5b6f1a841..498a41d19 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" dirs-next = "2.0.0" -git2 = { version = "0.13.18", default-features = false } +git2 = { version = "0.13.19", default-features = false } toml = { version = "0.5.8", features = ["preserve_order"] } rust-ini = "0.17.0" serde_json = "1.0.64" -- cgit v1.2.3