From 79bfca9a042db7f1fb8700bc8cfd25e150652d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 21:41:58 +0000 Subject: [PATCH] chore(deps): bump git2 from 0.18.3 to 0.19.0 (#26) Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.18.3 to 0.19.0. - [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-0.18.3...git2-0.19.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> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b25d6e4..fa96818 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ serde_yaml = "^0.9.34" num-bigint = "^0.4.6" num-traits = "^0.2.19" alpm = "^4.0.1" -git2 = "^0.18.3" +git2 = "^0.19.0" petgraph = "^0.6.0" indexmap = "^2.2.5" itertools = "^0.13.0"