From 73d0075820498fdd2d69c6962824594041e6ae20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 23:48:21 +0000 Subject: [PATCH] Bump git2 from 0.18.0 to 0.18.1 (#70) Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.18.0 to 0.18.1. - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.18.0...git2-0.18.1) --- 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 | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2fa4c9..7768ff2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -519,9 +519,9 @@ dependencies = [ [[package]] name = "git2" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12ef350ba88a33b4d524b1d1c79096c9ade5ef8c59395df0e60d1e1889414c0e" +checksum = "fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd" dependencies = [ "bitflags 2.3.3", "libc", diff --git a/Cargo.toml b/Cargo.toml index 8e4dada..d40f23c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ color-eyre = "0.6.0" eyre = "0.6.6" futures = "0.3.28" git-url-parse = "0.4.0" -git2 = "0.18.0" +git2 = "0.18.1" hubcaps = { git = "https://github.com/softprops/hubcaps", branch = "master" } serde = { version = "1.0.171", features = ["derive"] } serde_yaml = "0.9.25"