Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the patch-updates group with 14 updates:

Package From To
clap 4.5.42 4.5.43
clap_complete 4.5.55 4.5.56
logos 0.15.0 0.15.1
toml 0.9.4 0.9.5
anstream 0.6.19 0.6.20
anstyle-query 1.1.3 1.1.4
anstyle-wincon 3.0.9 3.0.10
cc 1.2.31 1.2.32
clap_builder 4.5.42 4.5.43
logos-codegen 0.15.0 0.15.1
logos-derive 0.15.0 0.15.1
signal-hook-registry 1.4.5 1.4.6
slab 0.4.10 0.4.11
toml_parser 1.0.1 1.0.2

Updates clap from 4.5.42 to 4.5.43

Release notes

Sourced from clap's releases.

v4.5.43

[4.5.43] - 2025-08-06

Fixes

  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look
Changelog

Sourced from clap's changelog.

[4.5.43] - 2025-08-06

Fixes

  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look
Commits

Updates clap_complete from 4.5.55 to 4.5.56

Commits
  • 9cec100 chore: Release
  • 00e72e0 docs: Update changelog
  • c7848ff Merge pull request #6094 from epage/home
  • 60184fb feat(complete): Expand ~ in native completions
  • 09969d3 chore(deps): Update Rust Stable to v1.89 (#6093)
  • 520beb5 chore: Release
  • 2bd8ab3 docs: Update changelog
  • 220875b Merge pull request #6091 from epage/possible
  • e5eb6c9 fix(help): Integrate 'Possible Values:' into 'Arg::help'
  • 594a771 refactor(help): Make empty tracking more consistent
  • Additional commits viewable in compare view

Updates logos from 0.15.0 to 0.15.1

Release notes

Sourced from logos's releases.

v0.15.1 - More customizable derive macros

It has been quite some time since the last release, and this new release contains quite nice new features, especially regarding the derive macro, thanks to the help of many contributors!

There should not be any breaking change, but please report any bug you might encounter with this new release.

Thanks again to all contributors!

What's Changed

New Contributors

Full Changelog: maciejhirsz/logos@v0.15...v0.15.1

Commits
  • a9a2c25 Merge pull request #494 from maciejhirsz/release-0.15.1
  • bca6f10 chore(lib): release v0.15.1
  • 274c7a0 Merge pull request #445 from mysteriouslyseeing/error_callback
  • 8b1baf9 Merge pull request #474 from your-diary/docs/bump_dependency_of_simple_calcul...
  • 8237e38 build(cargo): updates Cargo.lock
  • 3402a47 Merge branch 'master' into docs/bump_dependency_of_simple_calculator_example
  • 7f770db added test cases
  • 3c5f353 added test cases
  • 01c0ced Merge branch 'maciejhirsz:master' into error_callback
  • 609ae48 Merge pull request #441 from mysteriouslyseeing/skip_callback
  • Additional commits viewable in compare view

Updates toml from 0.9.4 to 0.9.5

Commits
  • bd21148 chore: Release
  • ff1cb9a docs: Update changelog
  • 39dd8b6 fix(parser): Improve bad quote error messages (#1014)
  • 137338e chore(deps): Update Rust crate serde_json to v1.0.142 (#1022)
  • d5b8c8a fix(parser): Improve missing-open-quote errors
  • ce91354 fix(parser): Don't treat trailing quotes as separate items
  • 8f424ed fix(parser): Conjoin more values in unquoted string errors
  • 2b9a81a fix(parser): Reduce float false positives
  • f653841 fix(parser): Reduce float/bool false positives
  • f4864ef test(parser): Add case for missing start quote
  • See full diff in compare view

Updates anstream from 0.6.19 to 0.6.20

Commits

Updates anstyle-query from 1.1.3 to 1.1.4

Commits

Updates anstyle-wincon from 3.0.9 to 3.0.10

Commits

Updates cc from 1.2.31 to 1.2.32

Changelog

Sourced from cc's changelog.

1.2.32 - 2025-08-08

Fixed

  • fix new clippy lint introduced in rust 1.89.0 (#1509)

Other

  • clarify cargo default if no rerun emitted (#1508)
  • extract compile_objects_sequential (#1507)
  • Windows find_tools: add support for finding Clang (#1506)
  • Add m68k-unknown-linux-gnu cross-compile target (#1505)
Commits

Updates clap_builder from 4.5.42 to 4.5.43

Release notes

Sourced from clap_builder's releases.

v4.5.43

[4.5.43] - 2025-08-06

Fixes

  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look
Changelog

Sourced from clap_builder's changelog.

[4.5.43] - 2025-08-06

Fixes

  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look
Commits
  • 520beb5 chore: Release
  • 2bd8ab3 docs: Update changelog
  • 220875b Merge pull request #6091 from epage/possible
  • e5eb6c9 fix(help): Integrate 'Possible Values:' into 'Arg::help'
  • 594a771 refactor(help): Make empty tracking more consistent
  • 883b9f9 refactor(help): Visually group logic
  • 4c6fd93 Merge pull request #6085 from JiaBao-do/update-readme
  • 92da9cb docs: Updated README to get started easily
  • See full diff in compare view

Updates logos-codegen from 0.15.0 to 0.15.1

Release notes

Sourced from logos-codegen's releases.

v0.15.1 - More customizable derive macros

It has been quite some time since the last release, and this new release contains quite nice new features, especially regarding the derive macro, thanks to the help of many contributors!

There should not be any breaking change, but please report any bug you might encounter with this new release.

Thanks again to all contributors!

What's Changed

New Contributors

Full Changelog: maciejhirsz/logos@v0.15...v0.15.1

Commits
  • a9a2c25 Merge pull request #494 from maciejhirsz/release-0.15.1
  • bca6f10 chore(lib): release v0.15.1
  • 274c7a0 Merge pull request #445 from mysteriouslyseeing/error_callback
  • 8b1baf9 Merge pull request #474 from your-diary/docs/bump_dependency_of_simple_calcul...
  • 8237e38 build(cargo): updates Cargo.lock
  • 3402a47 Merge branch 'master' into docs/bump_dependency_of_simple_calculator_example
  • 7f770db added test cases
  • 3c5f353 added test cases
  • 01c0ced Merge branch 'maciejhirsz:master' into error_callback
  • 609ae48 Merge pull request #441 from mysteriouslyseeing/skip_callback
  • Additional commits viewable in compare view

Updates logos-derive from 0.15.0 to 0.15.1

Release notes

Sourced from logos-derive's releases.

v0.15.1 - More customizable derive macros

It has been quite some time since the last release, and this new release contains quite nice new features, especially regarding the derive macro, thanks to the help of many contributors!

There should not be any breaking change, but please report any bug you might encounter with this new release.

Thanks again to all contributors!

What's Changed

New Contributors

Full Changelog: maciejhirsz/logos@v0.15...v0.15.1

Commits
  • a9a2c25 Merge pull request #494 from maciejhirsz/release-0.15.1
  • bca6f10 chore(lib): release v0.15.1
  • 274c7a0 Merge pull request #445 from mysteriouslyseeing/error_callback
  • 8b1baf9 Merge pull request #474 from your-diary/docs/bump_dependency_of_simple_calcul...
  • 8237e38 build(cargo): updates Cargo.lock
  • 3402a47 Merge branch 'master' into docs/bump_dependency_of_simple_calculator_example
  • 7f770db added test cases
  • 3c5f353 added test cases
  • 01c0ced Merge branch 'maciejhirsz:master' into error_callback
  • 609ae48 Merge pull request #441 from mysteriouslyseeing/skip_callback
  • Additional commits viewable in compare view

Updates signal-hook-registry from 1.4.5 to 1.4.6

Changelog

Sourced from signal-hook-registry's changelog.

signal-hook-registry-1.4.6

  • Reword/improve the safety requirements docs for register (#178).

signal-hook-1.3.18

  • Release the special-case removal of AIX for top-level signal-hook too (#169, #176).

signal-hook-async-std-0.3.0

  • Bump async-std to 0.2 (#172).
Commits

Updates slab from 0.4.10 to 0.4.11

Release notes

Sourced from slab's releases.

v0.4.11

  • Fix Slab::get_disjoint_mut out of bounds (#152)
Changelog

Sourced from slab's changelog.

0.4.11 (August 8, 2025)

  • Fix Slab::get_disjoint_mut out of bounds (#152)
Commits

Updates toml_parser from 1.0.1 to 1.0.2

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

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.42` | `4.5.43` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.55` | `4.5.56` |
| [logos](https://github.com/maciejhirsz/logos) | `0.15.0` | `0.15.1` |
| [toml](https://github.com/toml-rs/toml) | `0.9.4` | `0.9.5` |
| [anstream](https://github.com/rust-cli/anstyle) | `0.6.19` | `0.6.20` |
| [anstyle-query](https://github.com/rust-cli/anstyle) | `1.1.3` | `1.1.4` |
| [anstyle-wincon](https://github.com/rust-cli/anstyle) | `3.0.9` | `3.0.10` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.31` | `1.2.32` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.42` | `4.5.43` |
| [logos-codegen](https://github.com/maciejhirsz/logos) | `0.15.0` | `0.15.1` |
| [logos-derive](https://github.com/maciejhirsz/logos) | `0.15.0` | `0.15.1` |
| [signal-hook-registry](https://github.com/vorner/signal-hook) | `1.4.5` | `1.4.6` |
| [slab](https://github.com/tokio-rs/slab) | `0.4.10` | `0.4.11` |
| [toml_parser](https://github.com/toml-rs/toml) | `1.0.1` | `1.0.2` |


Updates `clap` from 4.5.42 to 4.5.43
- [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.42...clap_complete-v4.5.43)

Updates `clap_complete` from 4.5.55 to 4.5.56
- [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.55...clap_complete-v4.5.56)

Updates `logos` from 0.15.0 to 0.15.1
- [Release notes](https://github.com/maciejhirsz/logos/releases)
- [Changelog](https://github.com/maciejhirsz/logos/blob/master/RELEASE-PROCESS.md)
- [Commits](maciejhirsz/logos@v0.15...v0.15.1)

Updates `toml` from 0.9.4 to 0.9.5
- [Commits](toml-rs/toml@toml-v0.9.4...toml-v0.9.5)

Updates `anstream` from 0.6.19 to 0.6.20
- [Commits](rust-cli/anstyle@anstream-v0.6.19...anstream-v0.6.20)

Updates `anstyle-query` from 1.1.3 to 1.1.4
- [Commits](rust-cli/anstyle@anstyle-query-v1.1.3...anstyle-query-v1.1.4)

Updates `anstyle-wincon` from 3.0.9 to 3.0.10
- [Commits](rust-cli/anstyle@anstyle-wincon-v3.0.9...anstyle-wincon-v3.0.10)

Updates `cc` from 1.2.31 to 1.2.32
- [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.31...cc-v1.2.32)

Updates `clap_builder` from 4.5.42 to 4.5.43
- [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.42...v4.5.43)

Updates `logos-codegen` from 0.15.0 to 0.15.1
- [Release notes](https://github.com/maciejhirsz/logos/releases)
- [Changelog](https://github.com/maciejhirsz/logos/blob/master/RELEASE-PROCESS.md)
- [Commits](maciejhirsz/logos@v0.15...v0.15.1)

Updates `logos-derive` from 0.15.0 to 0.15.1
- [Release notes](https://github.com/maciejhirsz/logos/releases)
- [Changelog](https://github.com/maciejhirsz/logos/blob/master/RELEASE-PROCESS.md)
- [Commits](maciejhirsz/logos@v0.15...v0.15.1)

Updates `signal-hook-registry` from 1.4.5 to 1.4.6
- [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md)
- [Commits](vorner/signal-hook@registry-v1.4.5...registry-v1.4.6)

Updates `slab` from 0.4.10 to 0.4.11
- [Release notes](https://github.com/tokio-rs/slab/releases)
- [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/slab@v0.4.10...v0.4.11)

Updates `toml_parser` from 1.0.1 to 1.0.2
- [Commits](toml-rs/toml@toml_parser-v1.0.1...toml_parser-v1.0.2)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap_complete
  dependency-version: 4.5.56
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: logos
  dependency-version: 0.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: toml
  dependency-version: 0.9.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: anstream
  dependency-version: 0.6.20
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: anstyle-query
  dependency-version: 1.1.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: anstyle-wincon
  dependency-version: 3.0.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: cc
  dependency-version: 1.2.32
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap_builder
  dependency-version: 4.5.43
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: logos-codegen
  dependency-version: 0.15.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: logos-derive
  dependency-version: 0.15.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: signal-hook-registry
  dependency-version: 1.4.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: slab
  dependency-version: 0.4.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: toml_parser
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 8, 2025
@codecov
Copy link

codecov bot commented Aug 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.43%. Comparing base (c853d30) to head (41be875).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #984   +/-   ##
=======================================
  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 a45f3e5 into master Aug 12, 2025
10 checks passed
@pamburus pamburus deleted the dependabot/cargo/patch-updates-121db8f06d branch August 12, 2025 23:18
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