Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2025

Bumps the patch-updates group with 9 updates:

Package From To
capnp 0.21.4 0.21.5
clap 4.5.46 4.5.47
log 0.4.27 0.4.28
capnpc 0.21.3 0.21.4
cc 1.2.34 1.2.36
clap_builder 4.5.46 4.5.47
clap_derive 4.5.45 4.5.47
rust-ini 0.21.2 0.21.3
zstd-sys 2.0.15+zstd.1.5.7 2.0.16+zstd.1.5.7

Updates capnp from 0.21.4 to 0.21.5

Commits
  • 10ac720 prepare for capnp-v0.21.5 release
  • 98a6205 add test_float_constants to capnpc-test
  • 54ffa38 prepare for capnpc-v0.21.3 release
  • 4af493d properly format non-finite float literals
  • 4602348 fix more typos
  • 0562e18 fix typos in comments
  • 8fae01c maybe fix clippy complaint
  • c35ef6c Implement Clone for capnp::capability::Client
  • 5206d4a capnp-rpc/examples/reconnect: Fix lints
  • 58977b7 Add information to capnp-rpc/README.md about importing generated code
  • Additional commits viewable in compare view

Updates clap from 4.5.46 to 4.5.47

Release notes

Sourced from clap's releases.

v4.5.47

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

  • (derive) Update runtime error text to match clap
Changelog

Sourced from clap's changelog.

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

  • (derive) Update runtime error text to match clap
Commits
  • f046ca6 chore: Release
  • 436949d docs: Update changelog
  • 1ddab84 Merge pull request #5954 from epage/tests
  • 8a66dbf test(complete): Add more native cases
  • 76465cf test(complete): Make things more consistent
  • 232cedb test(complete): Remove redundant index
  • 02244a6 Merge pull request #5949 from krobelus/option-name-completions-after-positionals
  • 2e13847 fix(complete): Missing options in multi-val arg
  • 74388d7 test(complete): Multi-valued, unbounded positional
  • 5b3d45f refactor(complete): Extract function for options
  • Additional commits viewable in compare view

Updates log from 0.4.27 to 0.4.28

Release notes

Sourced from log's releases.

0.4.28

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.27...0.4.28

Changelog

Sourced from log's changelog.

[0.4.28] - 2025-09-02

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.27...0.4.28

Notable Changes

Commits
  • 6e17355 Merge pull request #695 from rust-lang/cargo/0.4.28
  • 57719db focus on user-facing source changes in the changelog
  • e0630c6 prepare for 0.4.28 release
  • 60829b1 Merge pull request #692 from nebkor/up-and-down
  • 95d44f8 change names of log-level-changing methods to be more descriptive
  • 2b63dfa Add up() and down() methods for Level and LevelFilter
  • 3aa1359 Merge pull request #690 from HaoliangXu/master
  • 1091f2c Chore:delete compare_exchange method for AtomicUsize on platforms
  • 24c5f44 Merge pull request #688 from ZylosLumen/patch-1
  • 4498495 Unhide #[derive(Debug)] in example
  • Additional commits viewable in compare view

Updates capnpc from 0.21.3 to 0.21.4

Commits

Updates cc from 1.2.34 to 1.2.36

Changelog

Sourced from cc's changelog.

1.2.36 - 2025-09-05

Other

  • Regenerate windows sys bindings (#1548)
  • Update windows-bindgen requirement from 0.62 to 0.63 (#1547)
  • Add fn get_ucrt_dir for find-msvc-tools (#1546)
  • Regenerate target info (#1544)
  • fix publish.yml (#1543)
  • Replace periods with underscores as well when parsing env variables (#1541)

1.2.35 - 2025-09-01

Fixed

  • fix building for aarch64-apple-visionos-sim on nightly (#1534)
  • fix tests apple_sdkroot_wrong (#1530)

Other

  • Regenerate target info (#1536)
  • Optimize Tool::to_command (#1535)
  • Extract find-msvc-tools (#1531)
  • Add prefer_clang_cl_over_msvc (#1516)
Commits

Updates clap_builder from 4.5.46 to 4.5.47

Release notes

Sourced from clap_builder's releases.

v4.5.47

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

  • (derive) Update runtime error text to match clap
Changelog

Sourced from clap_builder's changelog.

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

  • (derive) Update runtime error text to match clap
Commits
  • f8b9e24 chore: Release
  • 4457eb9 docs: Update changelog
  • f1d9120 Merge pull request #6119 from alexkazik/empty-impl
  • 0ad7787 Merge pull request #6120 from epage/error
  • 395d657 feat: provide empty implementations for Args and Subcommand
  • 92fd6e7 fix(derive): Match rustc's error style
  • d045daa Merge pull request #6116 from eatradish/clap-i18n-richformatter
  • 0bb71a0 docs: add clap-i18n-richformatter to Related Projects
  • See full diff in compare view

Updates clap_derive from 4.5.45 to 4.5.47

Release notes

Sourced from clap_derive's releases.

v4.5.47

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

  • (derive) Update runtime error text to match clap

v4.5.46

[4.5.46] - 2025-08-26

Features

  • Expose StyledStr::push_str
Changelog

Sourced from clap_derive's changelog.

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

  • (derive) Update runtime error text to match clap

[4.5.46] - 2025-08-26

Features

  • Expose StyledStr::push_str
Commits
  • f8b9e24 chore: Release
  • 4457eb9 docs: Update changelog
  • f1d9120 Merge pull request #6119 from alexkazik/empty-impl
  • 0ad7787 Merge pull request #6120 from epage/error
  • 395d657 feat: provide empty implementations for Args and Subcommand
  • 92fd6e7 fix(derive): Match rustc's error style
  • d045daa Merge pull request #6116 from eatradish/clap-i18n-richformatter
  • 0bb71a0 docs: add clap-i18n-richformatter to Related Projects
  • f9fd356 chore: Release
  • 889a197 docs: Update changelog
  • Additional commits viewable in compare view

Updates rust-ini from 0.21.2 to 0.21.3

Release notes

Sourced from rust-ini's releases.

v0.21.3

NOTE: v1.21.2 was yanked because of #146 . Users should upgrade to v1.21.3 .

Features

  • #126 Support key with leading whitespaces
# Keys in general section can have leading whitespaces
  KeyWith2LeadingSpace=Value
[Section]
KeyWith3LeadingSpace=Value

Bug Fixes

  • #146 Fixed sections that are indented are parsed as keys, introduced from v1.21.2.
# Section that have 2 leading whitespaces indentation
  [Section]
  Key=Value

Full Changelog: zonyitoo/rust-ini@v0.21.1...v0.21.3

What's Changed

New Contributors

Full Changelog: zonyitoo/rust-ini@v0.21.1...v0.21.3

Commits
  • af83e00 chore: release v0.21.3
  • 7856238 feat: support keys in general section with leading whitespaces
  • a03361b Fix #146: section headers with leading whitespace are parsed as expected (#147)
  • See full diff in compare view

Updates zstd-sys from 2.0.15+zstd.1.5.7 to 2.0.16+zstd.1.5.7

Commits

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 9 updates:

| Package | From | To |
| --- | --- | --- |
| [capnp](https://github.com/capnproto/capnproto-rust) | `0.21.4` | `0.21.5` |
| [clap](https://github.com/clap-rs/clap) | `4.5.46` | `4.5.47` |
| [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.28` |
| [capnpc](https://github.com/capnproto/capnproto-rust) | `0.21.3` | `0.21.4` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.34` | `1.2.36` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.46` | `4.5.47` |
| [clap_derive](https://github.com/clap-rs/clap) | `4.5.45` | `4.5.47` |
| [rust-ini](https://github.com/zonyitoo/rust-ini) | `0.21.2` | `0.21.3` |
| [zstd-sys](https://github.com/gyscos/zstd-rs) | `2.0.15+zstd.1.5.7` | `2.0.16+zstd.1.5.7` |


Updates `capnp` from 0.21.4 to 0.21.5
- [Commits](capnproto/capnproto-rust@capnp-v0.21.4...capnp-v0.21.5)

Updates `clap` from 4.5.46 to 4.5.47
- [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.46...clap_complete-v4.5.47)

Updates `log` from 0.4.27 to 0.4.28
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.27...0.4.28)

Updates `capnpc` from 0.21.3 to 0.21.4
- [Commits](capnproto/capnproto-rust@capnpc-v0.21.3...capnpc-v0.21.4)

Updates `cc` from 1.2.34 to 1.2.36
- [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.34...cc-v1.2.36)

Updates `clap_builder` from 4.5.46 to 4.5.47
- [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.46...v4.5.47)

Updates `clap_derive` from 4.5.45 to 4.5.47
- [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.45...v4.5.47)

Updates `rust-ini` from 0.21.2 to 0.21.3
- [Release notes](https://github.com/zonyitoo/rust-ini/releases)
- [Commits](zonyitoo/rust-ini@v0.21.2...v0.21.3)

Updates `zstd-sys` from 2.0.15+zstd.1.5.7 to 2.0.16+zstd.1.5.7
- [Release notes](https://github.com/gyscos/zstd-rs/releases)
- [Commits](https://github.com/gyscos/zstd-rs/commits)

---
updated-dependencies:
- dependency-name: capnp
  dependency-version: 0.21.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap
  dependency-version: 4.5.47
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: log
  dependency-version: 0.4.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: capnpc
  dependency-version: 0.21.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: cc
  dependency-version: 1.2.36
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap_builder
  dependency-version: 4.5.47
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap_derive
  dependency-version: 4.5.47
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: rust-ini
  dependency-version: 0.21.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: zstd-sys
  dependency-version: 2.0.16+zstd.1.5.7
  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 Sep 5, 2025
@codecov
Copy link

codecov bot commented Sep 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.28%. Comparing base (5e9cedd) to head (249dce2).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1005   +/-   ##
=======================================
  Coverage   84.28%   84.28%           
=======================================
  Files          47       47           
  Lines       13025    13025           
=======================================
  Hits        10978    10978           
  Misses       2047     2047           

☔ 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 3ba083c into master Sep 5, 2025
12 checks passed
@pamburus pamburus deleted the dependabot/cargo/patch-updates-328c0b9702 branch September 5, 2025 18:47
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.

2 participants