Skip to content

build(deps): Bump clap from 4.5.44 to 4.5.45 #1882

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 20, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2025

Bumps clap from 4.5.44 to 4.5.45.

Release notes

Sourced from clap's releases.

v4.5.45

[4.5.45] - 2025-08-12

Fixes

  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help
Changelog

Sourced from clap's changelog.

[4.5.45] - 2025-08-12

Fixes

  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help
Commits
  • 246d972 chore: Release
  • a35a076 docs: Update changelog
  • 9b985a3 Merge pull request #5912 from epage/takes
  • 389fbe8 feat(builder): Allow flags to take num_args=0..=1
  • c395d02 test(parser): Show flag behavior
  • 32c119e refactor(assert): Be more specific than action.takes_values
  • 80ea3e7 fix(assert): Clean up num_args/action assert
  • 2bc0f45 fix(builder): Make ValueRange display independent of usize::MAX
  • a0187c6 test(assert): Verify num_args/action compat
  • a8f9885 refactor(builder): Be more explicit in how takes_values is used
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.44 to 4.5.45.
- [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.44...clap_complete-v4.5.45)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Aug 19, 2025
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark Results

Benchmark Current: 39515cf Previous: 39d7909 Performance Ratio
startup_benchmark Build Time 110.19 s 108.73 s 1.01
startup_benchmark File Size 0.90 MB 0.90 MB 1.00
Startup Time - 1 core 0.93 s (±0.03 s) 0.91 s (±0.03 s) 1.02
Startup Time - 2 cores 0.93 s (±0.03 s) 0.94 s (±0.03 s) 0.99
Startup Time - 4 cores 0.94 s (±0.02 s) 0.92 s (±0.02 s) 1.02
multithreaded_benchmark Build Time 112.13 s 111.45 s 1.01
multithreaded_benchmark File Size 1.00 MB 1.00 MB 1.00
Multithreaded Pi Efficiency - 2 Threads 3.70 % (±17.78 %) 3.75 % (±17.98 %) 0.99
Multithreaded Pi Efficiency - 4 Threads 1.68 % (±8.07 %) 1.79 % (±8.57 %) 0.94
Multithreaded Pi Efficiency - 8 Threads 1.03 % (±4.94 %) 1.09 % (±5.23 %) 0.94
micro_benchmarks Build Time 111.87 s 110.44 s 1.01
micro_benchmarks File Size 1.01 MB 1.01 MB 1.00
Scheduling time - 1 thread 2.23 ticks (±10.71 ticks) 2.21 ticks (±10.60 ticks) 1.01
Scheduling time - 2 threads 1.23 ticks (±5.88 ticks) 1.20 ticks (±5.78 ticks) 1.02
Micro - Time for syscall (getpid) 0.61 ticks (±2.91 ticks) 0.53 ticks (±2.56 ticks) 1.14
Memcpy speed - (built_in) block size 4096 1420.45 MByte/s (±6818.18 MByte/s) 1775.57 MByte/s (±8522.73 MByte/s) 0.80
Memcpy speed - (built_in) block size 1048576 761.31 MByte/s (±3654.29 MByte/s) 784.24 MByte/s (±3764.34 MByte/s) 0.97
Memcpy speed - (built_in) block size 16777216 225.02 MByte/s (±1080.12 MByte/s) 218.58 MByte/s (±1049.20 MByte/s) 1.03
Memset speed - (built_in) block size 4096 1846.15 MByte/s (±8861.54 MByte/s) 1818.18 MByte/s (±8727.27 MByte/s) 1.02
Memset speed - (built_in) block size 1048576 1023.20 MByte/s (±4911.37 MByte/s) 999.83 MByte/s (±4799.16 MByte/s) 1.02
Memset speed - (built_in) block size 16777216 958.97 MByte/s (±4603.07 MByte/s) 950.83 MByte/s (±4564.00 MByte/s) 1.01
Memcpy speed - (rust) block size 4096 1428.57 MByte/s (±6857.14 MByte/s) 1121.50 MByte/s (±5383.18 MByte/s) 1.27
Memcpy speed - (rust) block size 1048576 745.61 MByte/s (±3578.95 MByte/s) 761.12 MByte/s (±3653.39 MByte/s) 0.98
Memcpy speed - (rust) block size 16777216 221.68 MByte/s (±1064.08 MByte/s) 220.65 MByte/s (±1059.11 MByte/s) 1.00
Memset speed - (rust) block size 4096 983.61 MByte/s (±4721.31 MByte/s) 1558.44 MByte/s (±7480.52 MByte/s) 0.63
Memset speed - (rust) block size 1048576 996.39 MByte/s (±4782.66 MByte/s) 987.17 MByte/s (±4738.40 MByte/s) 1.01
Memset speed - (rust) block size 16777216 975.46 MByte/s (±4682.19 MByte/s) 961.70 MByte/s (±4616.17 MByte/s) 1.01
alloc_benchmarks Build Time 105.03 s 104.22 s 1.01
alloc_benchmarks File Size 0.97 MB 0.97 MB 1.00
Allocations - Allocation success 2.00 % (±13.86 %) 2.00 % (±13.86 %) 1
Allocations - Deallocation success 1.40 % (±9.70 %) 1.40 % (±9.71 %) 1.00
Allocations - Pre-fail Allocations 2.00 % (±13.86 %) 2.00 % (±13.86 %) 1
Allocations - Average Allocation time 230.44 Ticks (±1596.86 Ticks) 222.95 Ticks (±1544.95 Ticks) 1.03
Allocations - Average Allocation time (no fail) 230.44 Ticks (±1596.86 Ticks) 222.95 Ticks (±1544.95 Ticks) 1.03
Allocations - Average Deallocation time 15.63 Ticks (±108.32 Ticks) 16.00 Ticks (±110.86 Ticks) 0.98
mutex_benchmark Build Time 103.39 s 104.52 s 0.99
mutex_benchmark File Size 1.01 MB 1.01 MB 1.00
Mutex Stress Test Average Time per Iteration - 1 Threads 0.26 ns (±1.80 ns) 0.26 ns (±1.80 ns) 1
Mutex Stress Test Average Time per Iteration - 2 Threads 0.30 ns (±2.08 ns) 0.32 ns (±2.22 ns) 0.94

This comment was automatically generated by workflow using github-action-benchmark.

@mkroening mkroening added this pull request to the merge queue Aug 20, 2025
Merged via the queue into main with commit a3daf8f Aug 20, 2025
15 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/clap-4.5.45 branch August 20, 2025 14:43
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