Skip to content

deps: bump the cargo-patch-and-minor group with 6 updates#1024

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-patch-and-minor-f4eb91be21
Open

deps: bump the cargo-patch-and-minor group with 6 updates#1024
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-patch-and-minor-f4eb91be21

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo-patch-and-minor group with 6 updates:

Package From To
fs-err 3.3.0 3.3.1
ignore 0.4.26 0.4.27
lzma-rust2 0.16.4 0.16.5
sevenz-rust2 0.21.1 0.21.3
time 0.3.51 0.3.53
clap_complete 4.6.5 4.6.7

Updates fs-err from 3.3.0 to 3.3.1

Changelog

Sourced from fs-err's changelog.

3.3.1

  • Fix debug_tokio feature so it works as documented. (#92)
Commits

Updates ignore from 0.4.26 to 0.4.27

Commits

Updates lzma-rust2 from 0.16.4 to 0.16.5

Changelog

Sourced from lzma-rust2's changelog.

0.16.5 - 2026-07-05

Fixed

  • Hardened the library against malicious or malformed archives.
Commits
  • 1e05e7b Hardened the library against malicious or malformed streams
  • efcf882 build(deps): bump actions/checkout from 6 to 7
  • See full diff in compare view

Updates sevenz-rust2 from 0.21.1 to 0.21.3

Changelog

Sourced from sevenz-rust2's changelog.

0.21.3 - 2026-07-05

Changed

  • Cache most recent AES key derivation to improve performance (#118, thanks @​jdlien)

Fixed

  • Hardened the library against malicious or malformed archives that could otherwise cause a panic, an infinite loop, or an unbounded allocation while parsing or decoding.

0.21.2 - 2026-07-01

Fixed

  • Decode 7z folders that layer a single-input filter (e.g. Delta) on top of a BCJ2 coder (Method = Delta BCJ2). These folders previously failed to decode with an Unsupported method error because the decoder required the folder's final output coder to be BCJ2 itself. (#117, thanks @​trevorWieland)
Commits
  • 9d1ccab Hardening against malicious or malformed archives
  • 04fbf12 Cache the most recent AES-256 key derivation (#118)
  • dfaf0df Release v0.21.2
  • 15952ee Fix decoding of folders with a filter on top of BCJ2
  • See full diff in compare view

Updates time from 0.3.51 to 0.3.53

Release notes

Sourced from time's releases.

v0.3.53

See the changelog for details.

v0.3.52

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.53 [2026-07-01]

There are no publicly-facing changes in this release. It solely works around the cookie crate relying on an implementation detail of time that was never part of the public API (and thus subject to semver guarantees). The internal API has been reverted to the extent necessary for cookie to compile. This measure is temporary; the internal change will be re-applied in an yet-to-be-determined future release.

0.3.52 [2026-06-30]

Fixed

  • Subsecond values in the time! macro are parsed using the textual representation, ensuring accuracy. Previously, they were parsed using the floating point representation, which could result in a loss of precision and even invalid values.
  • The date! macro could previously create an invalid value that would then panic at compile time. The macro now emits a proper error instead.
  • When parsing an invalid format description, an edge case would inadvertently panic. This now returns an error as intended.

Added

  • Support default values when parsing
Commits
  • 0ae2f84 v0.3.53 release
  • cea8c96 Avoid issue with cookie crate temporarily
  • 55e1f2b Require private type to properly seal traits
  • 7cf4780 v0.3.52 release
  • 0e5b04f Fix trusted publishing workflow
  • 6e4140a Support default values when parsing
  • 10ac36a Add more doctests to Timestamp
  • 6b0d468 Restore lexer depth on the unclosed-bracket error path
  • 0abc06d Add trusted publishing
  • 43cf0c0 Preferentially group shards by target
  • Additional commits viewable in compare view

Updates clap_complete from 4.6.5 to 4.6.7

Commits
  • d3e59a9 chore: Release
  • d997f87 docs: Update changelog
  • fb6058c Merge pull request #6409 from heaths/pwsh-support
  • 2310870 test(complete): Add tests for completer_for_path
  • 5967c17 refactor(complete): Move shell detection to Shells
  • 594602b fix(complete): Detect pwsh for PowerShell
  • 3a4f2d0 Merge pull request #6427 from clap-rs/renovate/shlex-2.x
  • 67ebaed Merge pull request #6426 from clap-rs/renovate/actions-checkout-7.x
  • c968b13 chore(deps): Update Rust crate shlex to v2
  • 8f247cb chore(deps): Update actions/checkout action to v7
  • 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 cargo-patch-and-minor group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [fs-err](https://github.com/andrewhickman/fs-err) | `3.3.0` | `3.3.1` |
| [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.26` | `0.4.27` |
| [lzma-rust2](https://github.com/hasenbanck/lzma-rust2) | `0.16.4` | `0.16.5` |
| [sevenz-rust2](https://github.com/hasenbanck/sevenz-rust) | `0.21.1` | `0.21.3` |
| [time](https://github.com/time-rs/time) | `0.3.51` | `0.3.53` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.6.5` | `4.6.7` |


Updates `fs-err` from 3.3.0 to 3.3.1
- [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md)
- [Commits](https://github.com/andrewhickman/fs-err/commits)

Updates `ignore` from 0.4.26 to 0.4.27
- [Release notes](https://github.com/BurntSushi/ripgrep/releases)
- [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/ripgrep@ignore-0.4.26...ignore-0.4.27)

Updates `lzma-rust2` from 0.16.4 to 0.16.5
- [Changelog](https://github.com/hasenbanck/lzma-rust2/blob/master/CHANGELOG.md)
- [Commits](hasenbanck/lzma-rust2@v0.16.4...v0.16.5)

Updates `sevenz-rust2` from 0.21.1 to 0.21.3
- [Changelog](https://github.com/hasenbanck/sevenz-rust2/blob/main/CHANGELOG.md)
- [Commits](hasenbanck/sevenz-rust2@v0.21.1...v0.21.3)

Updates `time` from 0.3.51 to 0.3.53
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.51...v0.3.53)

Updates `clap_complete` from 4.6.5 to 4.6.7
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.6.5...clap_complete-v4.6.7)

---
updated-dependencies:
- dependency-name: fs-err
  dependency-version: 3.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-patch-and-minor
- dependency-name: ignore
  dependency-version: 0.4.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-patch-and-minor
- dependency-name: lzma-rust2
  dependency-version: 0.16.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-patch-and-minor
- dependency-name: sevenz-rust2
  dependency-version: 0.21.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-patch-and-minor
- dependency-name: time
  dependency-version: 0.3.53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-patch-and-minor
- dependency-name: clap_complete
  dependency-version: 4.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-patch-and-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 13, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants