From 8542759c31656a4e0a04b988344fabac09441f0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 23:40:35 +0000 Subject: [PATCH] Bump git2 from 0.13.21 to 0.16.1 in /tools/rusty-prompt Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.13.21 to 0.16.1. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.13.21...0.16.1) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/rusty-prompt/Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/rusty-prompt/Cargo.lock b/tools/rusty-prompt/Cargo.lock index df4912e..6b2eb0c 100644 --- a/tools/rusty-prompt/Cargo.lock +++ b/tools/rusty-prompt/Cargo.lock @@ -101,9 +101,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.13.21" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "659cd14835e75b64d9dba5b660463506763cf0aa6cb640aeeb0e98d841093490" +checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc" dependencies = [ "bitflags", "libc", @@ -177,9 +177,9 @@ checksum = "a1fa8cddc8fbbee11227ef194b5317ed014b8acbf15139bd716a18ad3fe99ec5" [[package]] name = "libgit2-sys" -version = "0.12.22+1.1.0" +version = "0.14.2+1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89c53ac117c44f7042ad8d8f5681378dfbc6010e49ec2c0d1f11dfedc7a4a1c3" +checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4" dependencies = [ "cc", "libc",