Skip to content

Commit

Permalink
Update git2 requirement from 0.17 to 0.18
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.0...git2-0.18.0)

---
updated-dependencies:
- dependency-name: git2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 6eb9d0d commit d900114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/proto-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
rust-version = "1.60"

[dependencies]
git2 = "0.17"
git2 = "0.18"
prost-build = "0.11"
walkdir = "2.3"
argh = "0.1"
Expand Down

0 comments on commit d900114

Please sign in to comment.