rustyhorde / vergen

Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros
Apache License 2.0
370 stars 55 forks source link

Update gix requirement from 0.55.2 to 0.57.1 #273

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Updates the requirements on gix to permit the latest version.

Release notes

Sourced from gix's releases.

gix v0.57.1

Chore

  • change rust-version manifest field back to 1.65. They didn't actually need to be higher to work, and changing them unecessarily can break downstream CI.

    Let's keep this value as low as possible, and only increase it when more recent features are actually used.

Commit Statistics

  • 2 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge branch 'msrv' (8c492d7)
    • Change rust-version manifest field back to 1.65. (3bd09ef)
Changelog

Sourced from gix's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.33.0 (2023-12-29)

New Features

  • Add rev parse --reference. It's similar to git rev-parse --symbolic-full-name.

Bug Fixes (BREAKING)

  • mark gix::interrupt::init_handler() as unsafe The passed interrupt() argument will be called from a signal handler, so that needs to be documented and the call sites need to state that they fulfill the contract.

    Thanks to @​Manishearth for pointing this out.

Commit Statistics

  • 7 commits contributed to the release over the course of 21 calendar days.
  • 22 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge branch 'maintenance' (4454c9d)
    • Upgrade tabled and setup wordwrapping (a78caba)
    • Merge branch 'tracking-branch' (0fe20e8)
    • Add rev parse --reference. (193ffcd)
    • Merge branch 'main' into fix-1183 (1691ba6)
    • Merge branch 'push-yvzxzqrkkvry' (4917beb)
    • Mark gix::interrupt::init_handler() as unsafe (59b8104)

0.32.0 (2023-12-06)

... (truncated)

Commits
  • 972241f Release gix-date v0.8.3, gix-hash v0.14.1, gix-trace v0.1.6, gix-features v0....
  • 9587972 fixup gix-testtools manifest to allow releasing all other crates.
  • 8c492d7 Merge branch 'msrv'
  • e6706f2 virtually downgrade home to pass MRSV checks
  • 3bd09ef chore: change rust-version manifest field back to 1.65.
  • ce44fe3 Merge branch 'fuzz-gix-config'
  • fee6bde Refactor gix-config fuzzer
  • edb12ff Release gix-testtools v0.13.0
  • 793c2af set gix-testtools package versions so that it can be released
  • 7fe620d Release gix-testtools v0.13.0
  • Additional commits viewable in compare view


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 8 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.