From b9e3865337159d7493598bb7e7958f3f0abe44a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:27:49 -0800 Subject: [PATCH] chore(deps): bump the cargo group across 1 directories with 1 update (#382) Bumps the cargo group with 1 update in the /apps/framework-cli directory: [libgit2-sys](https://github.com/rust-lang/git2-rs). Updates `libgit2-sys` from 0.16.1+1.7.1 to 0.16.2+1.7.2 - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/commits) --- updated-dependencies: - dependency-name: libgit2-sys dependency-type: indirect dependency-group: cargo-security-group ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- apps/framework-cli/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/framework-cli/Cargo.lock b/apps/framework-cli/Cargo.lock index 56b5ebe7c..4cb718730 100644 --- a/apps/framework-cli/Cargo.lock +++ b/apps/framework-cli/Cargo.lock @@ -1167,9 +1167,9 @@ checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c" [[package]] name = "libgit2-sys" -version = "0.16.1+1.7.1" +version = "0.16.2+1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2a2bb3680b094add03bb3732ec520ece34da31a8cd2d633d1389d0f0fb60d0c" +checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8" dependencies = [ "cc", "libc",