Skip to content

chore(deps): Update gix requirement from 0.76 to 0.77#43

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/gix-0.77
Open

chore(deps): Update gix requirement from 0.76 to 0.77#43
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/gix-0.77

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2026

Updates the requirements on gix to permit the latest version.

Release notes

Sourced from gix's releases.

gix v0.77.0

Documentation

  • using PrepareFetch::with_ref_name with non-branch refs causes panics

Bug Fixes

  • obtain correct worktree directories for submodule status when behind symlinks. Related to gitui-org/gitui#2820

Commit Statistics

  • 14 commits contributed to the release over the course of 9 calendar days.
  • 9 days passed between releases.
  • 2 commits were understood as conventional.
  • 1 unique issue was worked on: #2320

Commit Details

  • #2320
    • Create configuration file before possibly probing the filesystem. (b1d6c67)
  • Uncategorized
    • Merge pull request #2314 from GitoxideLabs/copilot/fix-shallow-cloning-issue (30d8d5c)
    • Refactor (3529428)
    • Merge pull request #2312 from GitoxideLabs/copilot/adapt-script-for-gix-test-suite (0b29bd3)
    • Obtain correct worktree directories for submodule status when behind symlinks. (2ffee22)
    • Fix shallow clone to respect remote HEAD instead of local defaults (f087953)
    • Merge pull request #2321 from GitoxideLabs/improvements (ac0af1d)
    • Merge pull request #2315 from decathorpe/main (7c59cf4)
    • More standard panic heading. (7d900a6)
    • Using PrepareFetch::with_ref_name with non-branch refs causes panics (e29e952)
    • Merge pull request #2307 from cruessler/add-feature-flag-to-binary (d602d7e)
    • Refactor (d532bbf)
    • Add feature flag blame-experimental to gix (826effb)
    • Merge pull request #2299 from GitoxideLabs/report (d6c5b9d)
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.49.0 (2025-12-31)

0.48.0 (2025-12-22)

0.47.0 (2025-11-22)

New Features

  • allow credential fill with gix credential fill to run without a repo

Other

  • Remove doc_auto_cfg feature to fix docs.rs documentation. It is part of doc_cfg feature since rust-lang/rust#138907

    This fixes the docs.rs build

Commit Statistics

  • 5 commits contributed to the release.
  • 2 commits were understood as conventional.
  • 1 unique issue was worked on: #2198

Commit Details

  • #2198
    • Allow credential fill with gix credential fill to run without a repo (924cd62)
  • Uncategorized
    • Merge pull request #2254 from ralphmodales/credential-fill-fix (dba337d)
    • Merge pull request #2204 from cruessler/improve-blame-ranges (663b41e)
    • Merge pull request #2230 from yuki0iq/doc_auto_cfg (fbf9c39)
    • Remove doc_auto_cfg feature to fix docs.rs documentation. (6f469a6)

0.46.0 (2025-10-22)

... (truncated)

Commits
  • 115e208 Release gix-date v0.12.0, gix-actor v0.37.0, gix-features v0.45.1, gix-hash v...
  • f7c2248 Bump the main crate to the next minor level
  • 9b721c3 Add end of 2025 report
  • 30d8d5c Merge pull request #2314 from GitoxideLabs/copilot/fix-shallow-cloning-issue
  • 3529428 refactor
  • 0b29bd3 Merge pull request #2312 from GitoxideLabs/copilot/adapt-script-for-gix-test-...
  • 2ffee22 fix: obtain correct worktree directories for submodule status when behind sym...
  • f087953 Fix shallow clone to respect remote HEAD instead of local defaults
  • ab67301 refactor
  • 33ff24b fix: handle read_link errors instead of panicking
  • 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 <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)

Updates the requirements on [gix](https://github.com/GitoxideLabs/gitoxide) to permit the latest version.
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.76.0...gix-v0.77.0)

---
updated-dependencies:
- dependency-name: gix
  dependency-version: 0.77.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 5, 2026

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@hyperpolymath hyperpolymath enabled auto-merge (squash) January 8, 2026 18:04
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 2, 2026

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants