Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the firecracker group with 23 updates:

Package From To
clap 4.5.47 4.5.48
serde 1.0.224 1.0.226
serde_derive 1.0.224 1.0.226
anyhow 1.0.99 1.0.100
proptest 1.7.0 1.8.0
cc 1.2.37 1.2.38
clap_builder 4.5.47 4.5.48
find-msvc-tools 0.1.1 0.1.2
indexmap 2.11.1 2.11.4
js-sys 0.3.78 0.3.80
libloading 0.8.8 0.8.9
serde_core 1.0.224 1.0.226
serde_spanned 1.0.1 1.0.2
toml 0.9.6 0.9.7
toml_datetime 0.7.1 0.7.2
toml_parser 1.0.2 1.0.3
toml_writer 1.0.2 1.0.3
wasi 0.14.6+wasi-0.2.4 0.14.7+wasi-0.2.4
wasm-bindgen 0.2.101 0.2.103
wasm-bindgen-backend 0.2.101 0.2.103
wasm-bindgen-macro 0.2.101 0.2.103
wasm-bindgen-macro-support 0.2.101 0.2.103
wasm-bindgen-shared 0.2.101 0.2.103

Updates clap from 4.5.47 to 4.5.48

Release notes

Sourced from clap's releases.

v4.5.48

[4.5.48] - 2025-09-19

Documentation

  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry
Changelog

Sourced from clap's changelog.

[4.5.48] - 2025-09-19

Documentation

  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry
Commits
  • c3a1ddc chore: Release
  • 4460ff4 docs: Update changelog
  • 54947a1 Merge pull request #5981 from mernen/fix-bash-clap-complete-space
  • fd3f6d2 fix(complete): Restore nospace in bash
  • 2f6a108 test(complete): Demonstrate current behavior
  • f88be57 style: Ensure consistent newlines
  • f209bce chore: Release
  • f33ff7f docs: Update changelog
  • bf06e6f Merge pull request #5974 from kryvashek/support-clearing-args-matches
  • 5d357ad feat(parser): Added ArgMatches::try_clear_id()
  • Additional commits viewable in compare view

Updates serde from 1.0.224 to 1.0.226

Release notes

Sourced from serde's releases.

v1.0.226

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#2935, thanks @​Mingun)

v1.0.225

  • Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#2879, thanks @​rcrisanti)
Commits
  • 1799547 Release 1.0.226
  • 2dbeefb Merge pull request #2935 from Mingun/dedupe-adj-enums
  • 8a3c29f Merge pull request #2986 from dtolnay/didnotwork
  • defc24d Remove "did not work" comment from test suite
  • 2316610 Merge pull request #2929 from Mingun/flatten-enum-tests
  • c09e2bd Add tests for flatten unit variant in adjacently tagged (tag + content) enums
  • fe7dcc4 Test all possible orders of map entries for enum-flatten-in-struct representa...
  • a20e66e Check serialization in flatten::enum_::internally_tagged::unit_enum_with_unkn...
  • 1c1a5d9 Reorder struct_ and newtype tests of adjacently_tagged enums to match order i...
  • ee3c237 Opt in to generate-macro-expansion when building on docs.rs
  • Additional commits viewable in compare view

Updates serde_derive from 1.0.224 to 1.0.226

Release notes

Sourced from serde_derive's releases.

v1.0.226

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#2935, thanks @​Mingun)

v1.0.225

  • Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#2879, thanks @​rcrisanti)
Commits
  • 1799547 Release 1.0.226
  • 2dbeefb Merge pull request #2935 from Mingun/dedupe-adj-enums
  • 8a3c29f Merge pull request #2986 from dtolnay/didnotwork
  • defc24d Remove "did not work" comment from test suite
  • 2316610 Merge pull request #2929 from Mingun/flatten-enum-tests
  • c09e2bd Add tests for flatten unit variant in adjacently tagged (tag + content) enums
  • fe7dcc4 Test all possible orders of map entries for enum-flatten-in-struct representa...
  • a20e66e Check serialization in flatten::enum_::internally_tagged::unit_enum_with_unkn...
  • 1c1a5d9 Reorder struct_ and newtype tests of adjacently_tagged enums to match order i...
  • ee3c237 Opt in to generate-macro-expansion when building on docs.rs
  • Additional commits viewable in compare view

Updates anyhow from 1.0.99 to 1.0.100

Release notes

Sourced from anyhow's releases.

1.0.100

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#426)
Commits
  • 18c2598 Release 1.0.100
  • f271988 Merge pull request #426 from dtolnay/clippyfmt
  • 52f2115 Mark macros with clippy::format_args
  • da5fd9d Raise minimum tested compiler to rust 1.76
  • 211e409 Opt in to generate-macro-expansion when building on docs.rs
  • b48fc02 Enforce trybuild >= 1.0.108
  • d5f59fb Update ui test suite to nightly-2025-09-07
  • 238415d Update ui test suite to nightly-2025-08-24
  • 3bab070 Update actions/checkout@v4 -> v5
  • 4249254 Order cap-lints flag in the same order as thiserror build script
  • See full diff in compare view

Updates proptest from 1.7.0 to 1.8.0

Commits
  • 2885bc2 new releases for proptest, proptest-macro, and state-machine
  • a85563f Merge pull request #584 from wojciech-graj/main
  • 5331517 Merge pull request #596 from alexanderkjall/fix-arithmetic-overflow
  • 157f3c0 Merge pull request #595 from ebegumisa/main
  • 02fa1fc changelog: add #595
  • 27fd76f fix for 32 bit processors
  • d1716ca Add ReferenceStateMachine arg to SystemUnderTest::teardown
  • ea4ddeb Merge pull request #594 from proptest-rs/attr-macro-preserve-arg-names
  • f80c1e6 fix shorthand struct initialization lint
  • b7590fa add new test for complex patterns
  • Additional commits viewable in compare view

Updates cc from 1.2.37 to 1.2.38

Changelog

Sourced from cc's changelog.

1.2.38 - 2025-09-19

Other

  • updated the following local packages: find-msvc-tools
Commits

Updates clap_builder from 4.5.47 to 4.5.48

Release notes

Sourced from clap_builder's releases.

v4.5.48

[4.5.48] - 2025-09-19

Documentation

  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry
Changelog

Sourced from clap_builder's changelog.

[4.5.48] - 2025-09-19

Documentation

  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry
Commits
  • 8e3d036 chore: Release
  • 0b7b878 docs: Update changelog
  • 1d6ca6a Merge pull request #6137 from epage/docs
  • 03f80de Merge pull request #6136 from epage/delimit
  • 250a3f1 docs(builder): Explain dont_delimit_trailing_values
  • 9d36f24 docs(concepts): Introduce a concept-focused document for clap
  • d65a752 test: Fix for 1.90
  • afea148 chore(ci): Make jobs blocking that were overlooked
  • c355d8e chore(gh): Ensure triage labels are applied
  • 14e7d8d chore(deps): Update Rust Stable to v1.90 (#6133)
  • Additional commits viewable in compare view

Updates find-msvc-tools from 0.1.1 to 0.1.2

Release notes

Sourced from find-msvc-tools's releases.

find-msvc-tools-v0.1.2

Other

  • [win] Search the Windows SDK for tools as well (#1553)
Commits

Updates indexmap from 2.11.1 to 2.11.4

Changelog

Sourced from indexmap's changelog.

2.11.4 (2025-09-18)

  • Updated the hashbrown dependency to a range allowing 0.15 or 0.16.

2.11.3 (2025-09-15)

  • Make the minimum serde version only apply when "serde" is enabled.

2.11.2 (2025-09-15)

  • Switched the "serde" feature to depend on serde_core, improving build parallelism in cases where other dependents have enabled "serde/derive".
Commits

Updates js-sys from 0.3.78 to 0.3.80

Commits

Updates libloading from 0.8.8 to 0.8.9

Commits

Updates serde_core from 1.0.224 to 1.0.226

Release notes

Sourced from serde_core's releases.

v1.0.226

  • Deduplicate variant matching logic inside generated Deserialize impl for adjacently tagged enums (#2935, thanks @​Mingun)

v1.0.225

  • Avoid triggering a deprecation warning in derived Serialize and Deserialize impls for a data structure that contains its own deprecations (#2879, thanks @​rcrisanti)
Commits
  • 1799547 Release 1.0.226
  • 2dbeefb Merge pull request #2935 from Mingun/dedupe-adj-enums
  • 8a3c29f Merge pull request #2986 from dtolnay/didnotwork
  • defc24d Remove "did not work" comment from test suite
  • 2316610 Merge pull request #2929 from Mingun/flatten-enum-tests
  • c09e2bd Add tests for flatten unit variant in adjacently tagged (tag + content) enums
  • fe7dcc4 Test all possible orders of map entries for enum-flatten-in-struct representa...
  • a20e66e Check serialization in flatten::enum_::internally_tagged::unit_enum_with_unkn...
  • 1c1a5d9 Reorder struct_ and newtype tests of adjacently_tagged enums to match order i...
  • ee3c237 Opt in to generate-macro-expansion when building on docs.rs
  • Additional commits viewable in compare view

Updates serde_spanned from 1.0.1 to 1.0.2

Commits

Updates toml from 0.9.6 to 0.9.7

Commits

Updates toml_datetime from 0.7.1 to 0.7.2

Commits

Updates toml_parser from 1.0.2 to 1.0.3

Commits

Updates toml_writer from 1.0.2 to 1.0.3

Commits

Updates wasi from 0.14.6+wasi-0.2.4 to 0.14.7+wasi-0.2.4

Commits

Updates wasm-bindgen from 0.2.101 to 0.2.103

Changelog

Sourced from wasm-bindgen's changelog.

0.2.103

Fixed

  • Fixed incorrect function mapping during post-processing. #4656

0.2.102

Added

  • Added DocumentOrShadowRoot.adoptedStyleSheets. #4625

  • Added support for arguments with spaces using shell-style quoting in webdriver *_ARGS environment variables to wasm-bindgen-test. #4433

  • Added ability to determine WebDriver JSON config location via WASM_BINDGEN_TEST_WEBDRIVER_JSON environment variable to wasm-bindgen-test. #4434

  • Generate DWARF for tests by default. See the guide on debug information for more details. #4635

  • New --target=module target for outputting source phase imports. #4638

Fixed

  • Fixed wrong method names for GestureEvent bindings. #4615

  • Fix crash caused by allocations during TypedArray interactions. #4622

Changed

  • Hidden deprecated options from the wasm-bindgen --help docs. #4646

Commits

Updates wasm-bindgen-backend from 0.2.101 to 0.2.103

Changelog

Sourced from wasm-bindgen-backend's changelog.

0.2.103

Fixed

  • Fixed incorrect function mapping during post-processing. #4656

0.2.102

Added

  • Added DocumentOrShadowRoot.adoptedStyleSheets. #4625

  • Added support for arguments with spaces using shell-style quoting in webdriver *_ARGS environment variables to wasm-bindgen-test. #4433

  • Added ability to determine WebDriver JSON config location via WASM_BINDGEN_TEST_WEBDRIVER_JSON environment variable to wasm-bindgen-test. #4434

  • Generate DWARF for tests by default. See the guide on debug information for more details. #4635

  • New --target=module target for outputting source phase imports. #4638

Fixed

  • Fixed wrong method names for GestureEvent bindings. #4615

  • Fix crash caused by allocations during TypedArray interactions. #4622

Changed

  • Hidden deprecated options from the wasm-bindgen --help docs. #4646

Commits

Updates wasm-bindgen-macro from 0.2.101 to 0.2.103

Changelog

Sourced from wasm-bindgen-macro's changelog.

0.2.103

Fixed

  • Fixed incorrect function mapping during post-processing. #4656

0.2.102

Added

  • Added DocumentOrShadowRoot.adoptedStyleSheets. #4625

  • Added support for arguments with spaces using shell-style quoting in webdriver *_ARGS environment variables to wasm-bindgen-test. #4433

  • Added ability to determine WebDriver JSON config location via WASM_BINDGEN_TEST_WEBDRIVER_JSON environment variable to wasm-bindgen-test. #4434

  • Generate DWARF for tests by default. See the guide on debug information for more details. #4635

  • New --target=module target for outputting source phase imports. #4638

Fixed

  • Fixed wrong method names for GestureEvent bindings. #4615

  • Fix crash caused by allocations during TypedArray interactions. #4622

Changed

  • Hidden deprecated options from the wasm-bindgen --help docs. #4646

Commits

Updates wasm-bindgen-macro-support from 0.2.101 to 0.2.103

Changelog

Sourced from wasm-bindgen-macro-support's changelog.

0.2.103

Fixed

  • Fixed incorrect function mapping during post-processing. #4656

0.2.102

Added

  • Added DocumentOrShadowRoot.adoptedStyleSheets. #4625

  • Added support for arguments with spaces using shell-style quoting in webdriver *_ARGS environment variables to wasm-bindgen-test. #4433

  • Added ability to determine WebDriver JSON config location via WASM_BINDGEN_TEST_WEBDRIVER_JSON environment variable to wasm-bindgen-test. #4434

  • Generate DWARF for tests by default. See the guide on debug information for more details. #4635

  • New --target=module target for outputting source phase imports. #4638

Fixed

  • Fixed wrong method names for GestureEvent bindings. #4615

  • Fix crash caused by allocations during TypedArray interactions. #4622

Changed

  • Hidden deprecated options from the wasm-bindgen --help docs. #4646

Commits

Updates wasm-bindgen-shared from 0.2.101 to 0.2.103

Changelog

Sourced from wasm-bindgen-shared's changelog.

0.2.103

Fixed

  • Fixed incorrect function mapping during post-processing. #4656

0.2.102

Added

  • Added DocumentOrShadowRoot.adoptedStyleSheets. #4625

  • Added support for arguments with spaces using shell-style quoting in webdriver *_ARGS environment variables to wasm-bindgen-test. #4433

  • Added ability to determine WebDriver JSON config location via WASM_BINDGEN_TEST_WEBDRIVER_JSON environment variable to wasm-bindgen-test. #4434

  • Generate DWARF for tests by default. See the guide on debug information for more details. #4635

  • New --target=module target for outputting source phase imports. #4638

Fixed

  • Fixed wrong method names for GestureEvent bindings. #4615

  • Fix crash caused by allocations during TypedArray interactions. #4622

Changed

  • Hidden deprecated options from the wasm-bindgen --help docs. #4646

Commits

Bumps the firecracker group with 23 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.47` | `4.5.48` |
| [serde](https://github.com/serde-rs/serde) | `1.0.224` | `1.0.226` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.224` | `1.0.226` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.99` | `1.0.100` |
| [proptest](https://github.com/proptest-rs/proptest) | `1.7.0` | `1.8.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.37` | `1.2.38` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.47` | `4.5.48` |
| [find-msvc-tools](https://github.com/rust-lang/cc-rs) | `0.1.1` | `0.1.2` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.11.1` | `2.11.4` |
| [js-sys](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.78` | `0.3.80` |
| [libloading](https://github.com/nagisa/rust_libloading) | `0.8.8` | `0.8.9` |
| [serde_core](https://github.com/serde-rs/serde) | `1.0.224` | `1.0.226` |
| [serde_spanned](https://github.com/toml-rs/toml) | `1.0.1` | `1.0.2` |
| [toml](https://github.com/toml-rs/toml) | `0.9.6` | `0.9.7` |
| [toml_datetime](https://github.com/toml-rs/toml) | `0.7.1` | `0.7.2` |
| [toml_parser](https://github.com/toml-rs/toml) | `1.0.2` | `1.0.3` |
| [toml_writer](https://github.com/toml-rs/toml) | `1.0.2` | `1.0.3` |
| [wasi](https://github.com/bytecodealliance/wasi-rs) | `0.14.6+wasi-0.2.4` | `0.14.7+wasi-0.2.4` |
| [wasm-bindgen](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.101` | `0.2.103` |
| [wasm-bindgen-backend](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.101` | `0.2.103` |
| [wasm-bindgen-macro](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.101` | `0.2.103` |
| [wasm-bindgen-macro-support](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.101` | `0.2.103` |
| [wasm-bindgen-shared](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.101` | `0.2.103` |


Updates `clap` from 4.5.47 to 4.5.48
- [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.47...clap_complete-v4.5.48)

Updates `serde` from 1.0.224 to 1.0.226
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.224...v1.0.226)

Updates `serde_derive` from 1.0.224 to 1.0.226
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.224...v1.0.226)

Updates `anyhow` from 1.0.99 to 1.0.100
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.99...1.0.100)

Updates `proptest` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md)
- [Commits](proptest-rs/proptest@v1.7.0...v1.8.0)

Updates `cc` from 1.2.37 to 1.2.38
- [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.37...cc-v1.2.38)

Updates `clap_builder` from 4.5.47 to 4.5.48
- [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.47...v4.5.48)

Updates `find-msvc-tools` from 0.1.1 to 0.1.2
- [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@find-msvc-tools-v0.1.1...find-msvc-tools-v0.1.2)

Updates `indexmap` from 2.11.1 to 2.11.4
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.11.1...2.11.4)

Updates `js-sys` from 0.3.78 to 0.3.80
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits)

Updates `libloading` from 0.8.8 to 0.8.9
- [Commits](nagisa/rust_libloading@0.8.8...0.8.9)

Updates `serde_core` from 1.0.224 to 1.0.226
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.224...v1.0.226)

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

Updates `toml` from 0.9.6 to 0.9.7
- [Commits](toml-rs/toml@toml-v0.9.6...toml-v0.9.7)

Updates `toml_datetime` from 0.7.1 to 0.7.2
- [Commits](toml-rs/toml@toml_datetime-v0.7.1...toml_datetime-v0.7.2)

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

Updates `toml_writer` from 1.0.2 to 1.0.3
- [Commits](toml-rs/toml@toml_writer-v1.0.2...toml_writer-v1.0.3)

Updates `wasi` from 0.14.6+wasi-0.2.4 to 0.14.7+wasi-0.2.4
- [Commits](bytecodealliance/wasi-rs@0.14.6...0.14.7)

Updates `wasm-bindgen` from 0.2.101 to 0.2.103
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](wasm-bindgen/wasm-bindgen@0.2.101...0.2.103)

Updates `wasm-bindgen-backend` from 0.2.101 to 0.2.103
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](wasm-bindgen/wasm-bindgen@0.2.101...0.2.103)

Updates `wasm-bindgen-macro` from 0.2.101 to 0.2.103
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](wasm-bindgen/wasm-bindgen@0.2.101...0.2.103)

Updates `wasm-bindgen-macro-support` from 0.2.101 to 0.2.103
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](wasm-bindgen/wasm-bindgen@0.2.101...0.2.103)

Updates `wasm-bindgen-shared` from 0.2.101 to 0.2.103
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](wasm-bindgen/wasm-bindgen@0.2.101...0.2.103)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.48
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde
  dependency-version: 1.0.226
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde_derive
  dependency-version: 1.0.226
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: anyhow
  dependency-version: 1.0.100
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: proptest
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: cc
  dependency-version: 1.2.38
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: clap_builder
  dependency-version: 4.5.48
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: find-msvc-tools
  dependency-version: 0.1.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: indexmap
  dependency-version: 2.11.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: js-sys
  dependency-version: 0.3.80
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: libloading
  dependency-version: 0.8.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde_core
  dependency-version: 1.0.226
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde_spanned
  dependency-version: 1.0.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: toml
  dependency-version: 0.9.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: toml_datetime
  dependency-version: 0.7.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: toml_parser
  dependency-version: 1.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: toml_writer
  dependency-version: 1.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: wasi
  dependency-version: 0.14.7+wasi-0.2.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: wasm-bindgen
  dependency-version: 0.2.103
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: wasm-bindgen-backend
  dependency-version: 0.2.103
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: wasm-bindgen-macro
  dependency-version: 0.2.103
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: wasm-bindgen-macro-support
  dependency-version: 0.2.103
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: wasm-bindgen-shared
  dependency-version: 0.2.103
  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 Sep 22, 2025
@roypat roypat enabled auto-merge (rebase) September 23, 2025 12:07
@roypat roypat added the Status: Awaiting review Indicates that a pull request is ready to be reviewed label Sep 23, 2025
Copy link

codecov bot commented Sep 23, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.78%. Comparing base (31748a3) to head (6de9b50).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5449   +/-   ##
=======================================
  Coverage   82.78%   82.78%           
=======================================
  Files         263      263           
  Lines       27292    27292           
=======================================
+ Hits        22593    22594    +1     
+ Misses       4699     4698    -1     
Flag Coverage Δ
5.10-m5n.metal 82.97% <ø> (ø)
5.10-m6a.metal 82.22% <ø> (-0.01%) ⬇️
5.10-m6g.metal 79.57% <ø> (ø)
5.10-m6i.metal 82.97% <ø> (ø)
5.10-m7a.metal-48xl 82.21% <ø> (ø)
5.10-m7g.metal 79.57% <ø> (ø)
5.10-m7i.metal-24xl 82.93% <ø> (+<0.01%) ⬆️
5.10-m7i.metal-48xl 82.93% <ø> (ø)
5.10-m8g.metal-24xl 79.56% <ø> (-0.01%) ⬇️
5.10-m8g.metal-48xl 79.56% <ø> (ø)
6.1-m5n.metal 83.01% <ø> (+<0.01%) ⬆️
6.1-m6a.metal 82.26% <ø> (+<0.01%) ⬆️
6.1-m6g.metal 79.56% <ø> (-0.01%) ⬇️
6.1-m6i.metal 83.00% <ø> (-0.01%) ⬇️
6.1-m7a.metal-48xl 82.25% <ø> (ø)
6.1-m7g.metal 79.56% <ø> (-0.01%) ⬇️
6.1-m7i.metal-24xl 83.01% <ø> (+<0.01%) ⬆️
6.1-m7i.metal-48xl 83.01% <ø> (ø)
6.1-m8g.metal-24xl 79.56% <ø> (ø)
6.1-m8g.metal-48xl 79.56% <ø> (ø)

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 896a5cf into main Sep 24, 2025
8 of 9 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-a55a2eb063 branch September 24, 2025 17:23
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