From 355419c7d8b7f5ef845cad86894c8fab78c5af95 Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 01 Apr 2024 19:39:24 +0000 Subject: [PATCH] Bump git2 from 0.18.1 to 0.18.3 Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.18.1 to 0.18.3. - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.18.1...git2-0.18.3) --- 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 5c9127b..e1f021e 100644 --- a/Cargo.lock +++ a/Cargo.lock @@ -986,9 +986,9 @@ [[package]] name = "git2" -version = "0.18.1" +version = "0.18.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbf97ba92db08df386e10c8ede66a2a0369bd277090afd8710e19e38de9ec0cd" +checksum = "232e6a7bfe35766bf715e55a88b39a700596c0ccfd88cd3680b4cdb40d66ef70" dependencies = [ "bitflags 2.4.2", "libc", @@ -1245,9 +1245,9 @@ [[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", diff --git a/Cargo.toml b/Cargo.toml index 8545710..b15ff59 100644 --- a/Cargo.toml +++ a/Cargo.toml @@ -19,7 +19,7 @@ comrak = "0.21.0" clap = { version = "4.4.10", features = ["cargo", "derive"] } futures = "0.3" -git2 = "0.18.0" +git2 = "0.18.3" hex = "0.4" humantime = "2.1" itertools = "0.12" -- rgit 0.1.3