From 49d0901848579381606ae471a8284e5da6a5d5ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 21:33:48 +0800 Subject: [PATCH] Update git2 requirement from 0.17.1 to 0.18.0 (#9) Updates the requirements on [git2](https://github.com/rust-lang/git2-rs) to permit the latest version. - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.17.1...git2-0.18.0) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 431b7cb..fbb9ea6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ serde_json = "1.0" chrono = "0.4" assert_cmd = "2.0.10" tempfile = "3.2.0" -git2 = "0.17.1" +git2 = "0.18.0" mockito = "1.0.2" csv = "1.1" log = "0.4"