Skip to content

Bump the gix group with 2 updates#1720

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

Bump the gix group with 2 updates#1720
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/gix-e59bb54165

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps the gix group with 2 updates: gix and gix-features.

Updates gix from 0.80.0 to 0.81.0

Release notes

Sourced from gix's releases.

gix v0.81.0

Bug Fixes

  • Correctly use $COMMON_DIR/info/exclude to make excludes work in worktrees. It turns out there is no per-worktree excludes file either.
  • gix::open::Permissions now can be compared, and add is_isolated() method.
  • ignore assume-unchanged submodule path replaced by symlink in status

Chore (BREAKING)

  • Upgrade prodash and crosstermion to the latest version. This will fix the cargo deny issue as it brings in a newer lru crate.

New Features

  • add Repository::reopen() as quick way to reload all configuration and drop caches.
  • add sha1 and sha256 features to gix. This way one can control which hashes are compiled in exactly, while having reasonable defaults automatically.

Commit Statistics

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

Commit Details

  • Uncategorized
    • Release gix-error v0.2.1, gix-date v0.15.1, gix-path v0.11.2, gix-features v0.46.2, gix-hash v0.23.0, gix-hashtable v0.13.0, gix-object v0.58.0, gix-packetline v0.21.2, gix-filter v0.28.0, gix-fs v0.19.2, gix-commitgraph v0.35.0, gix-revwalk v0.29.0, gix-traverse v0.55.0, gix-worktree-stream v0.30.0, gix-archive v0.30.0, gix-tempfile v21.0.2, gix-lock v21.0.2, gix-index v0.49.0, gix-pathspec v0.16.1, gix-ignore v0.19.1, gix-worktree v0.50.0, gix-diff v0.61.0, gix-blame v0.11.0, gix-ref v0.61.0, gix-sec v0.13.2, gix-config v0.54.0, gix-prompt v0.14.1, gix-credentials v0.37.1, gix-discover v0.49.0, gix-dir v0.23.0, gix-revision v0.43.0, gix-merge v0.14.0, gix-negotiate v0.29.0, gix-pack v0.68.0, gix-odb v0.78.0, gix-refspec v0.39.0, gix-shallow v0.10.0, gix-transport v0.55.1, gix-protocol v0.59.0, gix-status v0.28.0, gix-submodule v0.28.0, gix-worktree-state v0.28.0, gix v0.81.0, gix-fsck v0.19.0, gitoxide-core v0.55.0, gitoxide v0.52.0, safety bump 31 crates (c389a2c)
    • Merge pull request #2470 from GitoxideLabs/improvements (1a72380)
    • gix::open::Permissions now can be compared, and add is_isolated() method. (c80fa4c)
    • Merge pull request #2469 from GitoxideLabs/improvements (26d5197)
    • Add Repository::reopen() as quick way to reload all configuration and drop caches. (f15911c)
    • Merge pull request #2454 from GitoxideLabs/dependabot/cargo/cargo-da044b9bb0 (6183fd0)
    • Make CI work again (5213afe)
    • Bump the cargo group with 68 updates (6bdb331)
    • Merge pull request #2441 from cruessler/remove-sha-1-from-default-features (e8bf096)
    • Add sha1 and sha256 features to gix. (3832916)
    • Adapt to sha1 not being default feature of gix-hash (e71c703)
    • Merge pull request #2437 from GitoxideLabs/copilot/fix-issue-2435-in-gix-crate (dad2a82)
    • Address Codex review (34d3c17)
    • Refactor (fa65501)
    • Ignore assume-unchanged submodule path replaced by symlink in status (72134f5)
    • Merge pull request #2445 from GitoxideLabs/improvements (6a7287c)
    • Add cargo machete CI job including exclusions (abd0724)

... (truncated)

Commits
  • 4a3d6e9 Release gix-hash v0.23.0, gix-hashtable v0.13.0, gix-object v0.58.0, gix-pack...
  • c389a2c Release gix-error v0.2.1, gix-date v0.15.1, gix-path v0.11.2, gix-features v0...
  • 85f4b5c report for March 2026
  • 1a2c274 Merge pull request #2479 from GitoxideLabs/copilot/fix-failure-in-github-actions
  • fad6f2e fix: update aws-lc lockfile entries to resolve cargo-deny advisories
  • 8e47e0f Merge pull request #2472 from GitoxideLabs/improvements
  • abe8bbf Add a test for mergiraf-style merge drivers specifically
  • 1a72380 Merge pull request #2470 from GitoxideLabs/improvements
  • c80fa4c fix: gix::open::Permissions now can be compared, and add is_isolated() me...
  • 26d5197 Merge pull request #2469 from GitoxideLabs/improvements
  • Additional commits viewable in compare view

Updates gix-features from 0.46.1 to 0.46.2

Release notes

Sourced from gix-features's releases.

gix-features v0.46.2

Chore (BREAKING)

  • Upgrade prodash and crosstermion to the latest version. This will fix the cargo deny issue as it brings in a newer lru crate.

Commit Statistics

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

Commit Details

  • Uncategorized
    • Merge pull request #2454 from GitoxideLabs/dependabot/cargo/cargo-da044b9bb0 (6183fd0)
    • Bump the cargo group with 68 updates (6bdb331)
    • Merge branch 'release' (9327b73)
Commits
  • c389a2c Release gix-error v0.2.1, gix-date v0.15.1, gix-path v0.11.2, gix-features v0...
  • 85f4b5c report for March 2026
  • 1a2c274 Merge pull request #2479 from GitoxideLabs/copilot/fix-failure-in-github-actions
  • fad6f2e fix: update aws-lc lockfile entries to resolve cargo-deny advisories
  • 8e47e0f Merge pull request #2472 from GitoxideLabs/improvements
  • abe8bbf Add a test for mergiraf-style merge drivers specifically
  • 1a72380 Merge pull request #2470 from GitoxideLabs/improvements
  • c80fa4c fix: gix::open::Permissions now can be compared, and add is_isolated() me...
  • 26d5197 Merge pull request #2469 from GitoxideLabs/improvements
  • f15911c feat: add Repository::reopen() as quick way to reload all configuration and...
  • 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 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

Bumps the gix group with 2 updates: [gix](https://github.com/GitoxideLabs/gitoxide) and [gix-features](https://github.com/GitoxideLabs/gitoxide).


Updates `gix` from 0.80.0 to 0.81.0
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-v0.80.0...gix-v0.81.0)

Updates `gix-features` from 0.46.1 to 0.46.2
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-features-v0.46.1...gix-features-v0.46.2)

---
updated-dependencies:
- dependency-name: gix
  dependency-version: 0.81.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gix
- dependency-name: gix-features
  dependency-version: 0.46.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gix
...

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 Mar 23, 2026
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.

0 participants