Skip to content

Commit 49d0901

Browse files
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](rust-lang/git2-rs@0.17.1...git2-0.18.0) --- updated-dependencies: - dependency-name: git2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b91e141 commit 49d0901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde_json = "1.0"
2222
chrono = "0.4"
2323
assert_cmd = "2.0.10"
2424
tempfile = "3.2.0"
25-
git2 = "0.17.1"
25+
git2 = "0.18.0"
2626
mockito = "1.0.2"
2727
csv = "1.1"
2828
log = "0.4"

0 commit comments

Comments
 (0)