Skip to content

chore(deps): bump the cargo group across 1 directory with 3 updates#6

Merged
hyperpolymath merged 1 commit intomainfrom
dependabot/cargo/cargo-9a51fff6ff
Mar 11, 2026
Merged

chore(deps): bump the cargo group across 1 directory with 3 updates#6
hyperpolymath merged 1 commit intomainfrom
dependabot/cargo/cargo-9a51fff6ff

Conversation

@dependabot
Copy link
Contributor

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

Bumps the cargo group with 1 update in the /tools/rsr-certified directory: quinn-proto.

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

Updates gix-date from 0.8.7 to 0.13.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

Updates quinn-proto from 0.11.13 to 0.11.14

Release notes

Sourced from quinn-proto's releases.

quinn-proto 0.11.14

@​jxs reported a denial of service issue in quinn-proto 5 days ago:

We coordinated with them to release this version to patch the issue. Unfortunately the maintainers missed these issues during code review and we did not have enough fuzzing coverage -- we regret the oversight and have added an additional fuzzing target.

Organizations that want to participate in coordinated disclosure can contact us privately to discuss terms.

What's Changed

Commits
  • 2c315aa proto: bump version to 0.11.14
  • 8ad47f4 Use newer rustls-pki-types PEM parser API
  • c81c028 ci: fix workflow syntax
  • 0050172 ci: pin wasm-bindgen-cli version
  • 8a6f82c Take semver-compatible dependency updates
  • e52db4a Apply suggestions from clippy 1.91
  • 6df7275 chore: Fix unnecessary_unwrap clippy
  • c8eefa0 proto: avoid unwrapping varint decoding during parameters parsing
  • 9723a97 fuzz: add fuzzing target for parsing transport parameters
  • eaf0ef3 Fix over-permissive proto dependency edge (#2385)
  • 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.

Bumps the cargo group with 1 update in the /tools/rsr-certified directory: [quinn-proto](https://github.com/quinn-rs/quinn).


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)

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.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)

Updates `quinn-proto` from 0.11.13 to 0.11.14
- [Release notes](https://github.com/quinn-rs/quinn/releases)
- [Commits](quinn-rs/quinn@quinn-proto-0.11.13...quinn-proto-0.11.14)

---
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
- dependency-name: gix-date
  dependency-version: 0.13.0
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: gix-features
  dependency-version: 0.46.1
  dependency-type: indirect
  dependency-group: cargo
- dependency-name: quinn-proto
  dependency-version: 0.11.14
  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 11, 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 8f3313b into main Mar 11, 2026
14 of 18 checks passed
@hyperpolymath hyperpolymath deleted the dependabot/cargo/cargo-9a51fff6ff branch March 11, 2026 09:12
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