Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the firecracker group with 5 updates:

Package From To
clap 4.5.41 4.5.42
serde_json 1.0.141 1.0.142
cc 1.2.30 1.2.31
clap_builder 4.5.41 4.5.42
toml 0.9.2 0.9.4

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 serde_json from 1.0.141 to 1.0.142

Release notes

Sourced from serde_json's releases.

v1.0.142

Commits

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 toml from 0.9.2 to 0.9.4

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 firecracker group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.41` | `4.5.42` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.141` | `1.0.142` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.30` | `1.2.31` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.41` | `4.5.42` |
| [toml](https://github.com/toml-rs/toml) | `0.9.2` | `0.9.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 `serde_json` from 1.0.141 to 1.0.142
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.141...v1.0.142)

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 `toml` from 0.9.2 to 0.9.4
- [Commits](toml-rs/toml@toml-v0.9.2...toml-v0.9.4)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.42
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde_json
  dependency-version: 1.0.142
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: cc
  dependency-version: 1.2.31
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: clap_builder
  dependency-version: 4.5.42
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: toml
  dependency-version: 0.9.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
...

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 4, 2025
@roypat roypat added the Status: Awaiting review Indicates that a pull request is ready to be reviewed label Aug 5, 2025
@roypat roypat enabled auto-merge (rebase) August 5, 2025 09:38
Copy link

codecov bot commented Aug 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.03%. Comparing base (c5ee60a) to head (963d7b8).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5345      +/-   ##
==========================================
+ Coverage   82.98%   83.03%   +0.05%     
==========================================
  Files         250      250              
  Lines       26837    26837              
==========================================
+ Hits        22271    22285      +14     
+ Misses       4566     4552      -14     
Flag Coverage Δ
5.10-c5n.metal 83.48% <ø> (ø)
5.10-m5n.metal 83.48% <ø> (ø)
5.10-m6a.metal 82.70% <ø> (-0.01%) ⬇️
5.10-m6g.metal 79.15% <ø> (ø)
5.10-m6i.metal 83.47% <ø> (-0.01%) ⬇️
5.10-m7a.metal-48xl 82.69% <ø> (?)
5.10-m7g.metal 79.15% <ø> (ø)
5.10-m7i.metal-24xl 83.44% <ø> (?)
5.10-m7i.metal-48xl 83.44% <ø> (?)
5.10-m8g.metal-24xl 79.14% <ø> (?)
5.10-m8g.metal-48xl 79.14% <ø> (?)
6.1-c5n.metal 83.53% <ø> (ø)
6.1-m5n.metal 83.53% <ø> (ø)
6.1-m6a.metal 82.74% <ø> (-0.01%) ⬇️
6.1-m6g.metal 79.15% <ø> (ø)
6.1-m6i.metal 83.51% <ø> (-0.02%) ⬇️
6.1-m7a.metal-48xl 82.74% <ø> (?)
6.1-m7g.metal 79.15% <ø> (ø)
6.1-m7i.metal-24xl 83.54% <ø> (?)
6.1-m7i.metal-48xl 83.54% <ø> (?)
6.1-m8g.metal-24xl 79.14% <ø> (?)
6.1-m8g.metal-48xl 79.14% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@roypat roypat merged commit 7ae9f57 into main Aug 5, 2025
10 of 12 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-d0f3d3354a branch August 5, 2025 10:11
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 Status: Awaiting review Indicates that a pull request is ready to be reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants