est31 / cargo-udeps

Find unused dependencies in Cargo.toml
Other
1.76k stars 46 forks source link

Bump git2 from 0.18.1 to 0.18.2 #251

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps git2 from 0.18.1 to 0.18.2.

Changelog

Sourced from git2's changelog.

0.18.2 - 2024-02-06

0.18.1...0.18.2

Added

  • Added opts::set_ssl_cert_file and opts::set_ssl_cert_dir for setting Certificate Authority file locations. #997
  • Added TreeIter::nth which makes jumping ahead in the iterator more efficient. #1004
  • Added Repository::find_commit_by_prefix to find a commit by a shortened hash. #1011
  • Added Repository::find_tag_by_prefix to find a tag by a shortened hash. #1015
  • Added Repository::find_object_by_prefix to find an object by a shortened hash. #1014

Changed

Commits
  • 987c4e6 Merge pull request #1018 from ehuss/changelog
  • 57dc89c Update changelog for next release.
  • 9e57876 Merge pull request #1017 from weihanglo/libgit2-1.7.2
  • 173232a Merge pull request #1014 from Brooooooklyn/master
  • 4f9b2c5 Merge pull request #1015 from Brooooooklyn/lookup-tag-prefix
  • e10093e Add link to libgit2 in sys changelog.
  • e4cba79 chore: update libgit2 submodule to 1.7.2
  • 223945f Allow find object by prefix
  • 15e61e4 Allow find tag by prefix hash
  • 93dc901 Merge pull request #1016 from giraugh/patch-1
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 9 months ago

Looks like git2 is up-to-date now, so this is no longer needed.