Skip to content

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

Merged
hyperpolymath merged 2 commits intomainfrom
dependabot/cargo/cargo-0a4dd637ef
Mar 8, 2026
Merged

chore(deps): bump the cargo group across 0 directory with 2 updates#4
hyperpolymath merged 2 commits intomainfrom
dependabot/cargo/cargo-0a4dd637ef

Conversation

@dependabot
Copy link
Contributor

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

Updates gix-date from 0.8.7 to 0.15.0

Release notes

Sourced from gix-date's releases.

gix-date v0.15.0

Commit Statistics

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

Commit Details

  • Uncategorized
    • Merge branch 'release' (9327b73)

gix-date v0.14.0

New Features

  • parse() now supports 'now', 'today' and 'yesterday'.

Commit Statistics

  • 8 commits contributed to the release over the course of 18 calendar days.
  • 18 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 #2426 from apollocatlin/date-fix (a4b5ae5)
    • parse() now supports 'now', 'today' and 'yesterday'. (fdca563)
    • Remove unsafe UTF-8 conversions and add named relative date parsing (fca0fc5)
    • Merge pull request #2407 from GitoxideLabs/dependabot/cargo/cargo-fb4135702f (8bceefb)
    • Bump the cargo group with 59 updates (7ce3c55)
    • Merge pull request #2396 from GitoxideLabs/gix-error (e8612b5)
    • Adapt to changes in gix-error (a304f13)
    • Merge pull request #2393 from GitoxideLabs/report (f7d0975)
Changelog

Sourced from gix-date's changelog.

0.15.0 (2022-08-24)

Chore

  • uniformize deny attributes

New Features

  • Support for -c/--config in gix
  • gix remote refs to list all remote references of a suitable remote. This takes into account either a named remote, or the remote associated with the current branch, or the default remote it could deduce or obtain from the configuration.
  • use docsrs feature in code to show what is feature-gated automatically on docs.rs

Changed (BREAKING)

  • remove gix free remote ref-list in favor of gix remote refs The functionality is the same, but the latter is built on top of a repository which is slightly less flexible, but preferable over maintaining a non-repo version.

Commit Statistics

  • 15 commits contributed to the release over the course of 5 calendar days.
  • 6 days passed between releases.
  • 5 commits were understood as conventional.
  • 1 unique issue was worked on: #450

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

  • #450
    • Support for -c CLI config overrides in gix config. (19c1746)
    • Remove gix free remote ref-list in favor of gix remote refs (dda9957)
    • Support for -c/--config in gix (45a30f0)
    • Refactor (e0be6e9)

... (truncated)

Commits
  • ecf90fc Release gix-error v0.2.0, gix-date v0.15.0, gix-actor v0.40.0, gix-object v0....
  • 9c3212b Progress report for February 2026
  • 8836a64 Cleanup dependencies of gix-negotiate
  • 000d58a Merge pull request #2423 from GitoxideLabs/gix-error
  • e441fa9 Merge pull request #2438 from mystor/push-wvvuuwmrwlul
  • 93f39fb Merge pull request #2440 from GitoxideLabs/improvements
  • 94b35a1 fix: make status work despite broken or invalid symlinks.
  • 325ac9f feat!: gix-error instead of thiserror in gix-mailmap
  • 502eaa0 feat!: gix-error instead of thiserror in gix-quote
  • 2d48c58 feat!: gix-error instead of thiserror in gix-bitmap
  • Additional commits viewable in compare view

Updates gix-features from 0.38.2 to 0.46.1

Release notes

Sourced from gix-features's releases.

gix-features v0.46.1

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

  • 8 commits contributed to the release over the course of 18 calendar days.
  • 18 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 #2410 from GitoxideLabs/dependabot/cargo/bytes-1.11.1 (7415d31)
    • Bump bytes from 1.11.0 to 1.11.1 (14d8909)
    • Merge pull request #2407 from GitoxideLabs/dependabot/cargo/cargo-fb4135702f (8bceefb)
    • Bump the cargo group with 59 updates (7ce3c55)
    • Merge pull request #2399 from musicinmybrain/zlib-rs-0.6 (a7f2348)
    • Use configuration to initialise default values for zlib inflate and deflate. (00cae95)
    • Update zlib-rs to 0.6.0 (2a8cdf1)
    • Merge pull request #2393 from GitoxideLabs/report (f7d0975)
Changelog

Sourced from gix-features'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.51.0 (2026-02-22)

0.50.0 (2026-01-22)

Commit Statistics

  • 4 commits contributed to the release over the course of 12 calendar days.
  • 21 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 #2374 from GitoxideLabs/gix-error (25233ce)
    • Turn Exn::into_box() to Exn::into_inner(). (939b8fc)
    • Merge pull request #2352 from GitoxideLabs/gix-error (ae23762)
    • Adadpt exn to most pressing needs of gitoxide (abedade)

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

... (truncated)

Commits
  • d66ac10 Release gix-error v0.1.0, gix-date v0.14.0, gix-actor v0.39.0, gix-trace v0.1...
  • 4fe8e38 Merge pull request #2428 from weihanglo/fix-loongarch64-musl-stat
  • 7e25c34 fix(gix-index): handle loongarch64-musl stat struct field names
  • 28fbeb8 Merge pull request #2420 from cruessler/remove-imara-diff-0-1-in-gix-blame
  • f4064e5 refactor
  • a4b5ae5 Merge pull request #2426 from apollocatlin/date-fix
  • 4ec879f Adjust AI disclosure requirements
  • fdca563 feat: parse() now supports 'now', 'today' and 'yesterday'.
  • fca0fc5 Remove unsafe UTF-8 conversions and add named relative date parsing
  • e4f016b Merge pull request #2400 from GitoxideLabs/gix-error
  • 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Updates `gix-date` from 0.8.7 to 0.15.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.15.0)

Updates `gix-features` from 0.38.2 to 0.46.1
- [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.1)

---
updated-dependencies:
- dependency-name: gix-date
  dependency-version: 0.15.0
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: gix-features
  dependency-version: 0.46.1
  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 Mar 8, 2026
@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@hyperpolymath hyperpolymath merged commit 9594d9c into main Mar 8, 2026
13 of 18 checks passed
@hyperpolymath hyperpolymath deleted the dependabot/cargo/cargo-0a4dd637ef branch March 8, 2026 01:45
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