From 5924f2ab23e052176b28392446acd14950888d3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 05:00:14 +0000 Subject: [PATCH 1/2] Bump git2 from 0.17.1 to 0.17.2 Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.17.1 to 0.17.2. - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.17.1...0.17.2) --- 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 d98bca7..21fca2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -807,9 +807,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.17.1" +version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b7905cdfe33d31a88bb2e8419ddd054451f5432d1da9eaf2ac7804ee1ea12d5" +checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044" dependencies = [ "bitflags 1.3.2", "libc", @@ -1671,9 +1671,9 @@ checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317" [[package]] name = "libgit2-sys" -version = "0.15.1+1.6.4" +version = "0.15.2+1.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb4577bde8cdfc7d6a2a4bcb7b049598597de33ffd337276e9c7db6cd4a2cee7" +checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa" dependencies = [ "cc", "libc", diff --git a/Cargo.toml b/Cargo.toml index a4934f4..c8fb8ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ bytes = "1.4.0" config = { version = "0.13.3", features = ["toml"] } dotenvy = "0.15.7" futures = "0.3.27" -git2 = "0.17.1" +git2 = "0.17.2" lazy_static = "1.4.0" mime = "0.3" number_prefix = "0.4.0" From 1bae5a2b99e8e2457297958821936caac553cc5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 29 May 2023 05:00:27 +0000 Subject: [PATCH 2/2] Update Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb48ae9..749d0cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `reqwest` from 0.11.17 to 0.11.18 (#619) - Bump `vergen` from 8.1.3 to 8.2.1 (#621, #622) - Bump `tracing-actix-web` from 0.7.4 to 0.7.5 (#623) +- Bump `git2` from 0.17.1 to 0.17.2 (#624) ## [0.35.0] 2023-05-04