Skip to content

build(deps): bump the patch-updates group with 10 updates#972

Merged
pamburus merged 2 commits intomasterfrom
dependabot/cargo/patch-updates-a578a7f9a2
Jul 11, 2025
Merged

build(deps): bump the patch-updates group with 10 updates#972
pamburus merged 2 commits intomasterfrom
dependabot/cargo/patch-updates-a578a7f9a2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 11, 2025

Bumps the patch-updates group with 10 updates:

Package From To
clap 4.5.40 4.5.41
clap_complete 4.5.54 4.5.55
clap_mangen 0.2.27 0.2.28
config 0.15.11 0.15.13
enumset 1.1.6 1.1.7
cc 1.2.28 1.2.29
clap_builder 4.5.40 4.5.41
clap_derive 4.5.40 4.5.41
enumset_derive 0.11.0 0.12.0
winnow 0.7.11 0.7.12

Updates clap from 4.5.40 to 4.5.41

Changelog

Sourced from clap's changelog.

[4.5.41] - 2025-07-09

Features

  • Add Styles::context and Styles::context_value to customize the styling of [default: value] like notes in the --help
Commits
  • 92fcd83 chore: Release
  • aca91b9 docs: Update changelog
  • 8434510 Merge pull request #5869 from tw4452852/patch-1
  • 33b1fc3 fix(complete): Fix env leakage in elvish dynamic completion
  • e5f1f48 chore: Release
  • 9466a55 docs: Update changelog
  • d74b793 Merge pull request #5865 from gifnksm/nushell-completion-value-types
  • ecbc775 fix(nu): Set argument type based on ValueHint
  • 6784054 Merge pull request #5857 from epage/empty
  • cca5f32 test(complete): Show empty option-value behavior
  • Additional commits viewable in compare view

Updates clap_complete from 4.5.54 to 4.5.55

Commits
  • 4c03930 chore: Release
  • fb948a2 docs: Update changelog
  • 0f60239 Merge pull request #6057 from GilShoshan94/master
  • 83d4206 test: Update fixture to cover all cases + styling
  • b13274d fix: Rename pvs to dvs for default values
  • df92ea0 feat(help): Allow styling for inline context
  • 0e535e5 chore(deps): Update compatible (dev) (#6054)
  • de57287 chore(deps): Update Rust Stable to v1.88 (#6048)
  • 5504a13 Merge pull request #6047 from clap-rs/revert-6045-cleanup-docsrs
  • c1c243c Revert "Cleanup docs.rs related issues"
  • Additional commits viewable in compare view

Updates clap_mangen from 0.2.27 to 0.2.28

Commits
  • 4c03930 chore: Release
  • fb948a2 docs: Update changelog
  • 0f60239 Merge pull request #6057 from GilShoshan94/master
  • 83d4206 test: Update fixture to cover all cases + styling
  • b13274d fix: Rename pvs to dvs for default values
  • df92ea0 feat(help): Allow styling for inline context
  • 0e535e5 chore(deps): Update compatible (dev) (#6054)
  • de57287 chore(deps): Update Rust Stable to v1.88 (#6048)
  • 5504a13 Merge pull request #6047 from clap-rs/revert-6045-cleanup-docsrs
  • c1c243c Revert "Cleanup docs.rs related issues"
  • Additional commits viewable in compare view

Updates config from 0.15.11 to 0.15.13

Changelog

Sourced from config's changelog.

[0.15.13] - 2025-07-09

Fixes

  • Skip UTF-8 BOMs when reading files

[0.15.12] - 2025-07-08

Performance

  • Upgrade to toml v0.9
Commits
  • c297a4e chore: Release config version 0.15.13
  • badde41 docs: Update changelog
  • d8bdf0f fix: Support reading from files that have an UTF-8 Byte Order Mark (#670)
  • 588bd66 Skip the UTF-8 BOM bytes when reading the file contents in FileSource.
  • 0680a28 Adds test (currently failing) to show that a UTF-8 file with BOM is not parse...
  • 4b58d4b chore: Release config version 0.15.12
  • 3e4363d docs: Update changelog
  • 63c5660 perf: Update TOML (#669)
  • f15ef49 chore: Force newer indexmap
  • b7ee4da perf(toml): Reuse allocations where possible
  • Additional commits viewable in compare view

Updates enumset from 1.1.6 to 1.1.7

Changelog

Sourced from enumset's changelog.

Version 1.1.7 (2025-07-08)

  • Fix hygiene issue where the enumset_set! macro with no arguments required EnumSet to be imported into the current context. (Thanks @​cbiffle)
  • Fix issue where #[derive(EnumSetType)] used to cause compile errors when cross-compiling with different flags on the host and target sides. (Thanks @​dtolnay)
Commits
  • 3c942dd Bump version to 1.1.7
  • 1d459f2 Fix a few remaining references to enumset_test_no_std
  • 9b3b85d Clean up the serde feature to remove the ugly serde2 hack.
  • b1a1f11 Rename enumset_test_no_std to better reflect what it currently tests.
  • dcb934b Reuse enumset_test_no_std as a test for cross-compiling with divergent serde ...
  • 1d291f9 Merge branch 'main' of github.com:Lymia/enumset
  • 47915cc Bless actual current trybuild output.
  • d72c744 Merge pull request #63 from dtolnay-contrib/serde
  • fe52c0d Merge pull request #61 from cbiffle/cbiffle/enumset-hygiene
  • 51e84d9 Fix discrepancy between host vs target "serde" feature
  • Additional commits viewable in compare view

Updates cc from 1.2.28 to 1.2.29

Release notes

Sourced from cc's releases.

cc-v1.2.29

Other

  • Fix target parsing for powerpc (#1490)
Changelog

Sourced from cc's changelog.

1.2.29 - 2025-07-05

Other

  • Fix target parsing for powerpc (#1490)
Commits

Updates clap_builder from 4.5.40 to 4.5.41

Changelog

Sourced from clap_builder's changelog.

[4.5.41] - 2025-07-09

Features

  • Add Styles::context and Styles::context_value to customize the styling of [default: value] like notes in the --help
Commits
  • 4c03930 chore: Release
  • fb948a2 docs: Update changelog
  • 0f60239 Merge pull request #6057 from GilShoshan94/master
  • 83d4206 test: Update fixture to cover all cases + styling
  • b13274d fix: Rename pvs to dvs for default values
  • df92ea0 feat(help): Allow styling for inline context
  • 0e535e5 chore(deps): Update compatible (dev) (#6054)
  • de57287 chore(deps): Update Rust Stable to v1.88 (#6048)
  • 5504a13 Merge pull request #6047 from clap-rs/revert-6045-cleanup-docsrs
  • c1c243c Revert "Cleanup docs.rs related issues"
  • Additional commits viewable in compare view

Updates clap_derive from 4.5.40 to 4.5.41

Changelog

Sourced from clap_derive's changelog.

[4.5.41] - 2025-07-09

Features

  • Add Styles::context and Styles::context_value to customize the styling of [default: value] like notes in the --help
Commits
  • 4c03930 chore: Release
  • fb948a2 docs: Update changelog
  • 0f60239 Merge pull request #6057 from GilShoshan94/master
  • 83d4206 test: Update fixture to cover all cases + styling
  • b13274d fix: Rename pvs to dvs for default values
  • df92ea0 feat(help): Allow styling for inline context
  • 0e535e5 chore(deps): Update compatible (dev) (#6054)
  • de57287 chore(deps): Update Rust Stable to v1.88 (#6048)
  • 5504a13 Merge pull request #6047 from clap-rs/revert-6045-cleanup-docsrs
  • c1c243c Revert "Cleanup docs.rs related issues"
  • Additional commits viewable in compare view

Updates enumset_derive from 0.11.0 to 0.12.0

Commits

Updates winnow from 0.7.11 to 0.7.12

Changelog

Sourced from winnow's changelog.

[0.7.12] - 2025-07-11

Features

  • Add impl Accumulate for VecDeque
Commits
  • a0360f6 chore: Release
  • 15bc372 docs: Update changelog
  • 6c193ed Merge pull request #802 from molarmanful/vecdeque-accumulate
  • 5db615d feat(stream): Implement Accumulate for VecDeque
  • f226010 Merge pull request #800 from Kijewski/pr-chars
  • 73ce9fa Implement \<&str as Stream>::next_token() without panics
  • 18f20ee Merge pull request #796 from epage/docs
  • fa51dd4 docs(ref): Clarify distinction between parse and parse_next
  • See full diff 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

Bumps the patch-updates group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.41` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.54` | `4.5.55` |
| [clap_mangen](https://github.com/clap-rs/clap) | `0.2.27` | `0.2.28` |
| [config](https://github.com/rust-cli/config-rs) | `0.15.11` | `0.15.13` |
| [enumset](https://github.com/Lymia/enumset) | `1.1.6` | `1.1.7` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.28` | `1.2.29` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.41` |
| [clap_derive](https://github.com/clap-rs/clap) | `4.5.40` | `4.5.41` |
| [enumset_derive](https://github.com/Lymia/enumset) | `0.11.0` | `0.12.0` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.7.11` | `0.7.12` |


Updates `clap` from 4.5.40 to 4.5.41
- [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.5.40...clap_complete-v4.5.41)

Updates `clap_complete` from 4.5.54 to 4.5.55
- [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.5.54...clap_complete-v4.5.55)

Updates `clap_mangen` from 0.2.27 to 0.2.28
- [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_mangen-v0.2.27...clap_mangen-v0.2.28)

Updates `config` from 0.15.11 to 0.15.13
- [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md)
- [Commits](rust-cli/config-rs@v0.15.11...v0.15.13)

Updates `enumset` from 1.1.6 to 1.1.7
- [Changelog](https://github.com/Lymia/enumset/blob/main/RELEASES.md)
- [Commits](Lymia/enumset@v1.1.6...v1.1.7)

Updates `cc` from 1.2.28 to 1.2.29
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.28...cc-v1.2.29)

Updates `clap_builder` from 4.5.40 to 4.5.41
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.40...v4.5.41)

Updates `clap_derive` from 4.5.40 to 4.5.41
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.40...v4.5.41)

Updates `enumset_derive` from 0.11.0 to 0.12.0
- [Changelog](https://github.com/Lymia/enumset/blob/main/RELEASES.md)
- [Commits](https://github.com/Lymia/enumset/commits)

Updates `winnow` from 0.7.11 to 0.7.12
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.7.11...v0.7.12)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap_complete
  dependency-version: 4.5.55
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap_mangen
  dependency-version: 0.2.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: config
  dependency-version: 0.15.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: enumset
  dependency-version: 1.1.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: cc
  dependency-version: 1.2.29
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap_builder
  dependency-version: 4.5.41
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap_derive
  dependency-version: 4.5.41
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: enumset_derive
  dependency-version: 0.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: patch-updates
- dependency-name: winnow
  dependency-version: 0.7.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

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 Jul 11, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.43%. Comparing base (9f40074) to head (e6b2d4d).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #972   +/-   ##
=======================================
  Coverage   83.43%   83.43%           
=======================================
  Files          47       47           
  Lines       12604    12604           
=======================================
  Hits        10516    10516           
  Misses       2088     2088           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pamburus pamburus merged commit 74a4725 into master Jul 11, 2025
10 checks passed
@pamburus pamburus deleted the dependabot/cargo/patch-updates-a578a7f9a2 branch July 11, 2025 19:35
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