Skip to content

Commit

Permalink
Update git2 requirement from 0.17.1 to 0.18.0 (#9)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Aug 29, 2023
1 parent b91e141 commit 49d0901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 49d0901

Please sign in to comment.