From 86a4677b9c91b9b125f16c35b5840839d7d7346b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:59:44 +0000 Subject: crates: bump git2 from 0.19.0 to 0.20.0 (#72) Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.19.0 to 0.20.0. - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.19.0...git2-0.20.0) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- crates/git-tracker/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/git-tracker') diff --git a/crates/git-tracker/Cargo.toml b/crates/git-tracker/Cargo.toml index 14af5d0..0d865f1 100644 --- a/crates/git-tracker/Cargo.toml +++ b/crates/git-tracker/Cargo.toml @@ -9,7 +9,7 @@ repository.workspace = true publish = false [dependencies] -git2 = { version = "0.19", default-features = false, features = ["https"] } +git2 = { version = "0.20", default-features = false, features = ["https"] } log.workspace = true thiserror = "1.0" -- cgit v1.2.3