Skip to content

Comments

Bump gix from 0.61.0 to 0.62.0 in the cargo group across 1 directory#1

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cargo-139215c814
Closed

Bump gix from 0.61.0 to 0.62.0 in the cargo group across 1 directory#1
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cargo-139215c814

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps the cargo group with 1 update in the / directory: gix.

Updates gix from 0.61.0 to 0.62.0

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)

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 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the cargo group with 1 update in the / directory: [gix](https://github.com/Byron/gitoxide).


Updates `gix` from 0.61.0 to 0.62.0
- [Release notes](https://github.com/Byron/gitoxide/releases)
- [Changelog](https://github.com/Byron/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.61.0...gix-v0.62.0)

---
updated-dependencies:
- dependency-name: gix
  dependency-type: direct:production
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 15, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 19, 2024

Superseded by #2.

@dependabot dependabot bot closed this Apr 19, 2024
@dependabot dependabot bot deleted the dependabot/cargo/cargo-139215c814 branch April 19, 2024 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants