Skip to content

chore(deps): bump the cargo group across 0 directory with 3 updates#2

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cargo-04c51294f8
Open

chore(deps): bump the cargo group across 0 directory with 3 updates#2
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cargo-04c51294f8

Conversation

@dependabot
Copy link
Contributor

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

Updates gix-date from 0.8.7 to 0.13.0

Release notes

Sourced from gix-date's releases.

gix-date v0.13.0

New Features (BREAKING)

  • Use gix-error in gix-date This will make for easier introspection for users of these errors.

Commit Statistics

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

Commit Details

  • Uncategorized
    • Merge pull request #2352 from GitoxideLabs/gix-error (ae23762)
    • Adadpt exn to most pressing needs of gitoxide (abedade)
    • Use gix-error in gix-date (5ab19a7)
    • Merge pull request #2346 from GitoxideLabs/release (c663b3f)

gix-date v0.12.1

Commit Statistics

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

Commit Details

  • Uncategorized
    • Merge pull request #2341 from GitoxideLabs/dependabot/cargo/cargo-cf4a2135ae (d914d95)
    • Bump the cargo group across 1 directory with 51 updates (4edc5dd)
    • Merge pull request #2322 from GitoxideLabs/report (211b4fb)
Changelog

Sourced from gix-date's changelog.

0.13.0 (2022-07-22)

New Features

  • gix config with section and sub-section filtering.
  • gix config lists all entries of all configuration files git considers. Filters allow to narrow down the output.

Commit Statistics

  • 47 commits contributed to the release over the course of 101 calendar days.
  • 108 days passed between releases.
  • 2 commits were understood as conventional.
  • 3 unique issues were worked on: #301, #331, #427

Thanks Clippy

Clippy helped 3 times to make code idiomatic.

Commit Details

  • #301
    • Allow reading patterns from stdin (0c597fe)
    • Add --show-ignore-patterns to gix repo exclude query (09f904b)
    • Basic prefix support as well the first working version of exclude query (9cb8385)
    • Support for overrides on the command-line (7d98b21)
    • Fix build (cb56f12)
    • Refactor (3ff991d)
    • Frame for gix repo exclude query (a331314)
    • Make fmt (50ff7aa)
  • #331
    • Fix journey tests after gix restructuring (59b95c9)
    • gix config with section and sub-section filtering. (eda39ec)
    • gix config lists all entries of all configuration files git considers. (d99453e)
    • Refactor (a437abe)
    • Move 'exclude' up one level and dissolve 'repo' subcommand (8e5b796)
    • Move 'mailmap' up one level (5cf08ce)
    • Move 'odb' up one level (0ed65da)
    • Move 'tree' up one level (38a8350)
    • Move 'commit' up one level (72876f1)
    • Move 'verify' up one level (ac7d99a)
    • Move 'revision' one level up (c9c78e8)

... (truncated)

Commits
  • 562e684 Release gix-error v0.0.0, gix-date v0.13.0, gix-actor v0.38.0, gix-validate v...
  • fa302a1 Fixes to make a release work.
  • 6c92991 Add progress report for 26-01.
  • be50716 Merge pull request #2392 from EliahKagan/powerpc64le-next
  • 2a5d565 Bump aws-lc-rs and aws-lc-sys to fix powerpc64le builds
  • 492452a Revert "Don't build powerpc64le max-pure release asset, for now"
  • 5134b2d Merge pull request #2391 from lunbun/typo-gix-fs-dir-create
  • fa85ed3 Merge pull request #2390 from GitoxideLabs/gix-error
  • cf83ab4 fix: correct typo in error message for gix-fs directory creation
  • 64fb9de Make validate errors non-exhaustive and flatten them.
  • Additional commits viewable in compare view

Updates gix-features from 0.38.2 to 0.46.0

Release notes

Sourced from gix-features's releases.

gix-features v0.46.0

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

  • 6 commits contributed to the release over the course of 16 calendar days.
  • 16 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #2363

Commit Details

  • #2363
    • Regenerate all changelogs with a more recent CSR version (cbbdef5)
  • Uncategorized
    • Fixes to make a release work. (fa302a1)
    • Merge pull request #2364 from GitoxideLabs/changelogs (0a333e5)
    • Merge pull request #2353 from GitoxideLabs/improvements (ee0a1f6)
    • Upgrade prodash and crosstermion to the latest version. (2358b1d)
    • Merge pull request #2346 from GitoxideLabs/release (c663b3f)

gix-features v0.45.2

Commit Statistics

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

Commit Details

  • Uncategorized
    • Merge pull request #2341 from GitoxideLabs/dependabot/cargo/cargo-cf4a2135ae (d914d95)
    • Bump the cargo group across 1 directory with 51 updates (4edc5dd)
    • Merge pull request #2322 from GitoxideLabs/report (211b4fb)

gix-features v0.45.1

... (truncated)

Changelog

Sourced from gix-features's changelog.

0.46.0 (2025-10-22)

New Features

  • add a gix commit sign prototype
  • add first debug version of gix branch list

Commit Statistics

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

Commit Details

  • Uncategorized
    • Merge pull request #2208 from cruessler/add-commit-signing (8699d0f)
    • Refactor (82f788e)
    • Add a gix commit sign prototype (aacc326)
    • Merge pull request #2217 from GitoxideLabs/copilot/update-msrv-to-rust-1-82 (4da2927)
    • Update MSRV to 1.82 and replace once_cell with std equivalents (6cc8464)
    • Adapt to change in gix-blame (a721e74)
    • Adapt to change in gix-blame (268dac4)
    • Merge pull request #2142 from cruessler/add-branch-list (525873f)
    • Fix copy-paste doc comment (04650a7)
    • Move --all to 'branch list' (6651548)
    • Refactor (e537611)
    • Add first debug version of gix branch list (58b5060)
    • Merge pull request #2106 from cruessler/add-open-with-environment-overrides (c149116)
    • Fail gix tag list when JSON is requested (fb2766b)

0.45.0 (2025-07-15)

New Features

  • add first debug version of gix tag list
  • gix revision list --long-hashes for faster iteration. The performance of the short-hash generation was improved as well.
  • support for commitgraph list from..to to exercise the new 'hide' capability.
  • Enable precious file parsing in gix CLI by default, allow overrides. That's pretty neat as one can now set GIX_PARSE_PRECIOUS=0 in the environment to disable precious file parsing, good to see what difference it makes.

... (truncated)

Commits
  • 562e684 Release gix-error v0.0.0, gix-date v0.13.0, gix-actor v0.38.0, gix-validate v...
  • fa302a1 Fixes to make a release work.
  • 6c92991 Add progress report for 26-01.
  • be50716 Merge pull request #2392 from EliahKagan/powerpc64le-next
  • 2a5d565 Bump aws-lc-rs and aws-lc-sys to fix powerpc64le builds
  • 492452a Revert "Don't build powerpc64le max-pure release asset, for now"
  • 5134b2d Merge pull request #2391 from lunbun/typo-gix-fs-dir-create
  • fa85ed3 Merge pull request #2390 from GitoxideLabs/gix-error
  • cf83ab4 fix: correct typo in error message for gix-fs directory creation
  • 64fb9de Make validate errors non-exhaustive and flatten them.
  • Additional commits viewable in compare view

Updates gix-fs from 0.11.3 to 0.19.0

Release notes

Sourced from gix-fs's releases.

gix-fs v0.19.0

Bug Fixes

  • correct typo in error message for gix-fs directory creation

Commit Statistics

  • 6 commits contributed to the release over the course of 16 calendar days.
  • 16 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #2363

Commit Details

  • #2363
    • Regenerate all changelogs with a more recent CSR version (cbbdef5)
  • Uncategorized
    • Fixes to make a release work. (fa302a1)
    • Merge pull request #2391 from lunbun/typo-gix-fs-dir-create (5134b2d)
    • Correct typo in error message for gix-fs directory creation (cf83ab4)
    • Merge pull request #2364 from GitoxideLabs/changelogs (0a333e5)
    • Merge pull request #2346 from GitoxideLabs/release (c663b3f)

gix-fs v0.18.2

Commit Statistics

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

Commit Details

  • Uncategorized
    • Merge pull request #2341 from GitoxideLabs/dependabot/cargo/cargo-cf4a2135ae (d914d95)
    • Bump the cargo group across 1 directory with 51 updates (4edc5dd)
    • Merge pull request #2322 from GitoxideLabs/report (211b4fb)

gix-fs v0.18.1

New Features

... (truncated)

Changelog

Sourced from gix-fs's changelog.

0.19.0 (2022-11-21)

New Features

  • Make reqwest TLS backend configuration easy. We provide the choice of native-tls or rust-tls. If none is provided, the user can configure on their on similar to how it's done in gix.

    Please note that a choice now has to be made or HTTPS will not be available, so use one of…

    • blocking-http-transport-reqwest-rust-tls
  • blocking-http-transport-reqwest-native-tls

Commit Statistics

  • 1 commit contributed to the release.
  • 4 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Make reqwest TLS backend configuration easy. (3ddbd2d)

0.18.0 (2022-11-17)

This releases fixes gix fetch so that it is able to clone or fetch pytorch or other repositories on case-insensitive file systems.

It's also an attempt to trigger CI to build binary releases.

Commit Statistics

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

Commit Details

... (truncated)

Commits
  • 562e684 Release gix-error v0.0.0, gix-date v0.13.0, gix-actor v0.38.0, gix-validate v...
  • fa302a1 Fixes to make a release work.
  • 6c92991 Add progress report for 26-01.
  • be50716 Merge pull request #2392 from EliahKagan/powerpc64le-next
  • 2a5d565 Bump aws-lc-rs and aws-lc-sys to fix powerpc64le builds
  • 492452a Revert "Don't build powerpc64le max-pure release asset, for now"
  • 5134b2d Merge pull request #2391 from lunbun/typo-gix-fs-dir-create
  • fa85ed3 Merge pull request #2390 from GitoxideLabs/gix-error
  • cf83ab4 fix: correct typo in error message for gix-fs directory creation
  • 64fb9de Make validate errors non-exhaustive and flatten them.
  • 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 <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.

Updates `gix-date` from 0.8.7 to 0.13.0
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-date-v0.8.7...gix-date-v0.13.0)

Updates `gix-features` from 0.38.2 to 0.46.0
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-features-v0.38.2...gix-features-v0.46.0)

Updates `gix-fs` from 0.11.3 to 0.19.0
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-fs-v0.11.3...gix-fs-v0.19.0)

---
updated-dependencies:
- dependency-name: gix-date
  dependency-version: 0.13.0
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: gix-features
  dependency-version: 0.46.0
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: gix-fs
  dependency-version: 0.19.0
  dependency-type: indirect
  dependency-group: cargo
...

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 Jan 22, 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