Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the patch-updates group with 13 updates in the / directory:

Package From To
capnp 0.21.2 0.21.4
clap 4.5.41 4.5.42
clap_mangen 0.2.28 0.2.29
serde_json 1.0.140 1.0.142
strum 0.27.1 0.27.2
toml 0.9.2 0.9.4
const-str 0.6.3 0.6.4
rand 0.9.1 0.9.2
capnpc 0.21.1 0.21.2
cc 1.2.30 1.2.31
libredox 0.1.4 0.1.9
redox_users 0.5.0 0.5.2
strum_macros 0.27.1 0.27.2

Updates capnp from 0.21.2 to 0.21.4

Commits
  • 01b0056 prepare for capnp-v0.21.4 release
  • 3fb9832 improve doc comment for generated_code macro
  • f98175a make the common case even simpler
  • 2a083a7 add capnp::generated_code macro
  • 42a460e use more idiomatic module structure for example in message.rs comment
  • 2d4ffc7 shorten with some 'let else'
  • 38205c8 add some more test coverage for constants
  • 9b54464 add missing test for DATA_LIST_CONST
  • 58bb875 prepare for capnpc-v0.21.2 release
  • f892cd6 prepare for capnp-v0.21.3 release
  • Additional commits viewable in compare view

Updates clap from 4.5.41 to 4.5.42

Release notes

Sourced from clap's releases.

v4.5.42

[4.5.42] - 2025-07-30

Fixes

  • Include subcommand visible long aliases in --help
Changelog

Sourced from clap's changelog.

[4.5.42] - 2025-07-30

Fixes

  • Include subcommand visible long aliases in --help
Commits
  • 27cc4b7 chore: Release
  • 16a4fc7 docs: Update changelog
  • 07f9f15 Merge pull request #5874 from tetzng/fix-fish-completions
  • 721deab chore: Release
  • a4be55b docs: Update changelog
  • fd5e691 Merge pull request #5877 from therealprof/features/use-btreemap-instead-of-so...
  • 6604e79 Use BTreeMap instead of a sorted Vec
  • 28e163a fix(complete): Remove {} and replace commas with newlines
  • b5a47c4 chore: Release
  • b154a7a docs: Update changelog
  • Additional commits viewable in compare view

Updates clap_mangen from 0.2.28 to 0.2.29

Commits
  • 7f16452 chore: Release
  • d5e0f60 docs: Update changelog
  • c04bd0d Merge pull request #6074 from ericgumba/issue_3358
  • f4ba05b fix(clap_mangen): Render optional and multiple values
  • 1ffb9a8 test(clap_mangen): Test rendering optional values
  • See full diff in compare view

Updates serde_json from 1.0.140 to 1.0.142

Release notes

Sourced from serde_json's releases.

v1.0.142

v1.0.141

Commits
  • 1731167 Release 1.0.142
  • e51c814 Touch up PR 1265
  • 84abbdb Merge pull request #1265 from aatifsyed/master
  • 6843c36 Release 1.0.141
  • 6e2c210 Touch up PR 1273
  • 623d9b4 Merge pull request #1273 from conradludgate/optimise-string-escaping
  • de70b7d use unreachable_unchecked for escape table. use a second match to roundtrip E...
  • f2d940d replace start index with bytes slice reference
  • 9206cc0 feat: impl Default for &Value
  • cd55b5a Ignore mismatched_lifetime_syntaxes lint
  • Additional commits viewable in compare view

Updates strum from 0.27.1 to 0.27.2

Release notes

Sourced from strum's releases.

v0.27.2

What's Changed

New Contributors

Full Changelog: Peternator7/strum@v0.27.1...v0.27.2

Changelog

Sourced from strum's changelog.

0.27.2

  • #141: Adding support for doc comments on EnumDiscriminants generated type.

    • The doc comment will be copied from the variant on the type itself.
  • #435:allow discriminants on empty enum.

  • #443: Change enum table callbacks to FnMut.

  • #444: Add #[automatically_derived] to the impls by @​dandedotdev in Peternator7/strum#444

    • This should make the linter less noisy with warnings in generated code.
  • #440: Implement a suffix attribute for serialization of enum variants.

    #[derive(strum::Display)]
    #[strum(suffix=".json")]
    #[strum(serialize_all="snake_case")]
    enum StorageConfiguration {
      PostgresProvider,
      S3StorageProvider,
      AzureStorageProvider,
    }
    fn main() {
    let response = SurveyResponse::Other("It was good".into());
    println!("Loading configuration from: {}", StorageConfiguration::PostgresProvider);
    // prints: Loaded Configuration from: postgres_provider.json
    }

  • #446: Drop needless rustversion dependency.

Commits

Updates toml from 0.9.2 to 0.9.4

Commits

Updates const-str from 0.6.3 to 0.6.4

Release notes

Sourced from const-str's releases.

v0.6.4

What's Changed

New Contributors

Full Changelog: Nugine/const-str@v0.6.3...v0.6.4

Commits

Updates rand from 0.9.1 to 0.9.2

Changelog

Sourced from rand's changelog.

[0.9.2 — 2025-07-20]

Deprecated

  • Deprecate rand::rngs::mock module and StepRng generator (#1634)

Additions

  • Enable WeightedIndex<usize> (de)serialization (#1646)
Commits

Updates capnpc from 0.21.1 to 0.21.2

Commits
  • 58bb875 prepare for capnpc-v0.21.2 release
  • f892cd6 prepare for capnp-v0.21.3 release
  • 1073c3f eliminate warnings about unneeded parens in generated code
  • ec6f7b5 remove unnecessary parens
  • aa82823 remove unnecessary parens
  • 943abb9 fix typo: reconecting -> reconnecting
  • d7fe433 Add doccumentation for auto_reconnect, lazy_auto_reconnect and SetTarget
  • fc80378 Add example that shows how to use auto_reconnect
  • 8d8e0cb fix more typos
  • f185b60 fix typos
  • Additional commits viewable in compare view

Updates cc from 1.2.30 to 1.2.31

Changelog

Sourced from cc's changelog.

1.2.31 - 2025-08-01

Other

  • Add doc for using sccache/ccache etc (#1502)
  • ability to statically link against C++ stdlib (#1497)
  • Add instructions on using sccache (#1503)
  • Add support for recognizing some architectures supported by GCC, but not LLVM. (#1500)

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Commits
  • bb6cd84 chore: release v1.2.31 (#1504)
  • 02c0952 Add doc for using sccache/ccache etc (#1502)
  • 20c06cf Proposal: ability to statically link against C++ stdlib (#1497)
  • e435ac9 doc: Add instructions on using sccache (#1503)
  • fcc7fc4 Add support for recognizing some architectures supported by GCC, but not LLVM...
  • See full diff in compare view

Updates clap_builder from 4.5.41 to 4.5.42

Release notes

Sourced from clap_builder's releases.

v4.5.42

[4.5.42] - 2025-07-30

Fixes

  • Include subcommand visible long aliases in --help
Changelog

Sourced from clap_builder's changelog.

[4.5.42] - 2025-07-30

Fixes

  • Include subcommand visible long aliases in --help
Commits
  • 583ba4a chore: Release
  • e355f4b docs: Update changelog
  • d527522 Merge pull request #6068 from GilShoshan94/master
  • debaa30 fix(help): Visible long flag aliases in help and tests
  • 4f9f007 test(help): Add cases for subcommand aliases
  • 7f16452 chore: Release
  • d5e0f60 docs: Update changelog
  • c04bd0d Merge pull request #6074 from ericgumba/issue_3358
  • f4ba05b fix(clap_mangen): Render optional and multiple values
  • 1ffb9a8 test(clap_mangen): Test rendering optional values
  • See full diff in compare view

Updates libredox from 0.1.4 to 0.1.9

Updates redox_users from 0.5.0 to 0.5.2

Updates strum_macros from 0.27.1 to 0.27.2

Release notes

Sourced from strum_macros's releases.

v0.27.2

What's Changed

New Contributors

Full Changelog: Peternator7/strum@v0.27.1...v0.27.2

Changelog

Sourced from strum_macros's changelog.

0.27.2

  • #141: Adding support for doc comments on EnumDiscriminants generated type.

    • The doc comment will be copied from the variant on the type itself.
  • #435:allow discriminants on empty enum.

  • #443: Change enum table callbacks to FnMut.

  • #444: Add #[automatically_derived] to the impls by @​dandedotdev in Peternator7/strum#444

    • This should make the linter less noisy with warnings in generated code.
  • #440: Implement a suffix attribute for serialization of enum variants.

    #[derive(strum::Display)]
    #[strum(suffix=".json")]
    #[strum(serialize_all="snake_case")]
    enum StorageConfiguration {
      PostgresProvider,
      S3StorageProvider,
      AzureStorageProvider,
    }
    fn main() {
    let response = SurveyResponse::Other("It was good".into());
    println!("Loading configuration from: {}", StorageConfiguration::PostgresProvider);
    // prints: Loaded Configuration from: postgres_provider.json
    }

  • #446: Drop needless rustversion dependency.

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

…updates

Bumps the patch-updates group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [capnp](https://github.com/capnproto/capnproto-rust) | `0.21.2` | `0.21.4` |
| [clap](https://github.com/clap-rs/clap) | `4.5.41` | `4.5.42` |
| [clap_mangen](https://github.com/clap-rs/clap) | `0.2.28` | `0.2.29` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.142` |
| [strum](https://github.com/Peternator7/strum) | `0.27.1` | `0.27.2` |
| [toml](https://github.com/toml-rs/toml) | `0.9.2` | `0.9.4` |
| [const-str](https://github.com/Nugine/const-str) | `0.6.3` | `0.6.4` |
| [rand](https://github.com/rust-random/rand) | `0.9.1` | `0.9.2` |
| [capnpc](https://github.com/capnproto/capnproto-rust) | `0.21.1` | `0.21.2` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.30` | `1.2.31` |
| libredox | `0.1.4` | `0.1.9` |
| redox_users | `0.5.0` | `0.5.2` |
| [strum_macros](https://github.com/Peternator7/strum) | `0.27.1` | `0.27.2` |



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

Updates `clap` from 4.5.41 to 4.5.42
- [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.41...clap_complete-v4.5.42)

Updates `clap_mangen` from 0.2.28 to 0.2.29
- [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.28...clap_mangen-v0.2.29)

Updates `serde_json` from 1.0.140 to 1.0.142
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.140...v1.0.142)

Updates `strum` from 0.27.1 to 0.27.2
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](Peternator7/strum@v0.27.1...v0.27.2)

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

Updates `const-str` from 0.6.3 to 0.6.4
- [Release notes](https://github.com/Nugine/const-str/releases)
- [Commits](Nugine/const-str@v0.6.3...v0.6.4)

Updates `rand` from 0.9.1 to 0.9.2
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@rand_core-0.9.1...rand_core-0.9.2)

Updates `capnpc` from 0.21.1 to 0.21.2
- [Commits](capnproto/capnproto-rust@capnpc-v0.21.1...capnpc-v0.21.2)

Updates `cc` from 1.2.30 to 1.2.31
- [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.30...cc-v1.2.31)

Updates `clap_builder` from 4.5.41 to 4.5.42
- [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.41...v4.5.42)

Updates `libredox` from 0.1.4 to 0.1.9

Updates `redox_users` from 0.5.0 to 0.5.2

Updates `strum_macros` from 0.27.1 to 0.27.2
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](Peternator7/strum@v0.27.1...v0.27.2)

---
updated-dependencies:
- dependency-name: capnp
  dependency-version: 0.21.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap
  dependency-version: 4.5.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap_mangen
  dependency-version: 0.2.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: serde_json
  dependency-version: 1.0.142
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: strum
  dependency-version: 0.27.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: toml
  dependency-version: 0.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: const-str
  dependency-version: 0.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: rand
  dependency-version: 0.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: capnpc
  dependency-version: 0.21.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: cc
  dependency-version: 1.2.31
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap_builder
  dependency-version: 4.5.42
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: libredox
  dependency-version: 0.1.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: redox_users
  dependency-version: 0.5.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: strum_macros
  dependency-version: 0.27.2
  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 Aug 1, 2025
@codecov
Copy link

codecov bot commented Aug 1, 2025

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #982   +/-   ##
=======================================
  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 9251c76 into master Aug 1, 2025
10 checks passed
@pamburus pamburus deleted the dependabot/cargo/patch-updates-2093905173 branch August 1, 2025 23:38
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