Skip to content

chore(deps): Bump gix from 0.73.0 to 0.74.0#398

Merged
notheotherben merged 1 commit intomainfrom
dependabot/cargo/gix-0.74.0
Oct 23, 2025
Merged

chore(deps): Bump gix from 0.73.0 to 0.74.0#398
notheotherben merged 1 commit intomainfrom
dependabot/cargo/gix-0.74.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 2025

Bumps gix from 0.73.0 to 0.74.0.

Release notes

Sourced from gix's releases.

gix v0.74.0

New Features

  • replace Reference::peel_to_id_in_place_packed Also, update documentation where it was still referring to deprecated in_place methods to refer to the new methods instead.

  • ability to change the fetch url of a remote The remote has a couple of "builder" methods to change is fields, e.g. push_url for setting the push url.

    A builder method for changing the fetch url of a remote was missing. This makes it impossible to fully replicate the functionality of git remote set-url.

  • replace Head::(try_)peel_to_x_in_place with Head::peel_to_x. The _in_place() suffixed methods are now deprecated.

  • Add Repository::new_commit and Repository::new_commit_as() methods.

  • add Repository::blame_file

  • Add gix::discover_with_environment_overrides()

  • support diff.ignoreSubmodules overrides in status

Bug Fixes

  • deprecate Remote::push_url*() in favor of Remote::with_push*().

  • remove special handling for empty blob hash to match Git behaviour This feature was recently introduced, but was never released.

  • empty blob hashes are now automatically considered present.

  • extend lifetime of iterators Previously the iterators would return references with lifetimes that were shorter than the actual lifetimes of the gix::Reference themselves. This was dues to a footgun with '_ (eliding the lifetime).

    When a function returns an elided lifetime, this lifetime usually is the lifetime of the &self parameter, but sometimes it is the lifetime of the type itself (e.g. Iter<'_>).

    I made the lifetimes explicit to ensure we were using the correct ones.

Commit Statistics

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

Commit Details

... (truncated)

Commits
  • 49f8d53 Release gix-dir v0.16.0, gix-mailmap v0.27.3, gix-revision v0.36.0, gix-merge...
  • 89fb308 Release gix-date v0.10.6, gix-utils v0.3.1, gix-actor v0.35.5, gix-trace v0.1...
  • 43da177 Add report for October 2025.
  • 8699d0f Merge pull request #2208 from cruessler/add-commit-signing
  • 82f788e refactor
  • aacc326 feat: add a gix commit sign prototype
  • 12b3257 Merge pull request #2219 from cruessler/use-split-at-checked
  • 027b3ef Replace split_at_pos by split_at_checked
  • 4da2927 Merge pull request #2217 from GitoxideLabs/copilot/update-msrv-to-rust-1-82
  • 6819e54 Speedup CI by avoiding to rewrite caches
  • 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 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)

Bumps [gix](https://github.com/GitoxideLabs/gitoxide) from 0.73.0 to 0.74.0.
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.73.0...gix-v0.74.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 23, 2025
Copy link
Member

@notheotherben notheotherben left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving dependency upgrades.

@codecov
Copy link

codecov bot commented Oct 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.59%. Comparing base (9608104) to head (cddae3f).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #398   +/-   ##
=======================================
  Coverage   66.59%   66.59%           
=======================================
  Files          24       24           
  Lines        1916     1916           
=======================================
  Hits         1276     1276           
  Misses        640      640           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@notheotherben notheotherben merged commit 6fbc6dd into main Oct 23, 2025
12 checks passed
@notheotherben notheotherben deleted the dependabot/cargo/gix-0.74.0 branch October 23, 2025 00:17
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant