Skip to content

Commit

Permalink
Bump git2 from 0.17.2 to 0.18.0
Browse files Browse the repository at this point in the history
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.17.2 to 0.18.0.
- [Changelog](https://github.com/rust-lang/git2-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/git2-rs@0.17.2...git2-0.18.0)

---
updated-dependencies:
- dependency-name: git2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and cruessler committed Sep 1, 2023
1 parent c0c13d1 commit 4caed9d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ ansi_term = "0.12.1"
anyhow = "1.0.75"
# We vendor OpenSSL. If we do not, compilation will fail on recent (as of
# January 2023) Ubuntu systems.
git2 = { version = "0.17.2", features = ["vendored-openssl"] }
git2 = { version = "0.18.0", features = ["vendored-openssl"] }
structopt = { version = "0.3", features = [ "suggestions", "wrap_help" ] }

0 comments on commit 4caed9d

Please sign in to comment.