rustyhorde / vergen

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

Update gix requirement from 0.61.0 to 0.62.0 #338

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Updates the requirements on gix to permit the latest version.

Release notes

Sourced from gix's releases.

gix v0.62

Please note that this release contains a security fix originally implemented in gix-transport via this PR which prevents ssh options to be smuggled into the ssh command-line invocation with a username provided to a clone or fetch URL.

Details can be found in the advisory.

Bug Fixes

  • into_index_worktree_iter() now takes an iterator, instead of a Vec. This makes the API more consistent, and one can pass None as well.

  • show submodules in status independently of their active state. Even inactive submodules are shown in the status by git status, so gix should do the same.

    First observed in helix-editor/helix#5645

  • forward curl rustls feature from gix-transport to avoid curl in gix. This removes the curl dependency just for configuring it, and removes a hazard which became evident with reqwest.

Bug Fixes (BREAKING)

  • Make topo more similar to Ancestors, but also rename Ancestors to Simple

Commit Statistics

  • 16 commits contributed to the release over the course of 20 calendar days.
  • 22 days passed between releases.
  • 4 commits were understood as conventional.
  • 1 unique issue was worked on: Byron/gitoxide#1328

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

... (truncated)

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.35.0 (2024-04-13)

New Features

  • add gix status --ignored support

  • add gix status --index-worktree-renames This enables rename-tracking between worktree and index, something that Git also doesn't do or doesn't do by default. It is, however, available in git2.

  • gix status with submodule and rewrite support. Submodule changes are now picked up as long as the submodule is in the index. Further, it's possible to enable rename-tracking between index and worktree separately.

  • add gix is-clean|is-changed It's a good way to compare the time it takes to run a full status compared to a quick is-dirty check.

  • gix submodules list --dirty-suffix for dirty-information This is a submodule-centric and greatly simplified way of obtaining describe information with dirty-suffix.

    Note that status information is also possible, but it seems hard to display nicely, which this command isn't great at in the first place.

  • add gix commit describe --dirty-suffix That way a suffix will be added depending on the dirty-state of the repository.

Commit Statistics

  • 11 commits contributed to the release over the course of 34 calendar days.
  • 47 days passed between releases.
  • 6 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized

... (truncated)

Commits
  • 095c673 Release gix-trace v0.1.9, gix-utils v0.1.12, gix-packetline-blocking v0.17.4,...
  • 5755271 prepare changelogs prior to release
  • a5751bc use u8 for WalkFlags in the hopes that this can save memory.
  • 1f6c8ab improve documentation of Topological DateOrder sorting and add baseline test ...
  • 1272542 Merge branch 'strange-usernames'
  • 996310b refactor gix-transport with minor edits to comments
  • 09311b0 refactor gix-url
  • 03fb64a (Re)add a short, more specific comment about user@
  • cf59f57 Use Url::host_as_argument() in ssh::connect()
  • 902367f Test that leading-- host names aren't used in -G check
  • 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 3 months ago

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