Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the firecracker group with 15 updates:

Package From To
serde 1.0.219 1.0.224
serde_json 1.0.143 1.0.145
serde_derive 1.0.219 1.0.224
semver 1.0.26 1.0.27
aws-lc-rs 1.13.3 1.14.0
aws-lc-sys 0.30.0 0.31.0
cc 1.2.36 1.2.37
errno 0.3.13 0.3.14
indexmap 2.11.0 2.11.1
serde_spanned 1.0.0 1.0.1
toml 0.9.5 0.9.6
toml_datetime 0.7.0 0.7.1
unicode-ident 1.0.18 1.0.19
wasi 0.14.4+wasi-0.2.4 0.14.6+wasi-0.2.4
wit-bindgen 0.45.1 0.46.0

Updates serde from 1.0.219 to 1.0.224

Release notes

Sourced from serde's releases.

v1.0.224

  • Remove private types being suggested in rustc diagnostics (#2979)

v1.0.223

  • Fix serde_core documentation links (#2978)

v1.0.222

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#2950, thanks @​aytey)

v1.0.221

  • Documentation improvements (#2973)
  • Deprecate serde_if_integer128! macro (#2975)

v1.0.220

Commits
  • 1699882 Release 1.0.224
  • 840f6ec Merge pull request #2979 from dtolnay/private
  • bf9ebea Mark every trait impl for a private type with do_not_recommend
  • 6c316d7 Release 1.0.223
  • a4ac0c2 Merge pull request #2978 from dtolnay/htmlrooturl
  • ed76364 Change serde_core's html_root_url to docs.rs/serde_core
  • 57e21a1 Release 1.0.222
  • bb58726 Merge pull request #2950 from aytey/fix_lifetime_issue_2024
  • 3f69251 Delete unneeded field of MapDeserializer
  • fd4decf Merge pull request #2976 from dtolnay/content
  • Additional commits viewable in compare view

Updates serde_json from 1.0.143 to 1.0.145

Release notes

Sourced from serde_json's releases.

v1.0.145

  • Raise serde version requirement to >=1.0.220

v1.0.144

  • Switch serde dependency to serde_core (#1285)
Commits

Updates serde_derive from 1.0.219 to 1.0.224

Release notes

Sourced from serde_derive's releases.

v1.0.224

  • Remove private types being suggested in rustc diagnostics (#2979)

v1.0.223

  • Fix serde_core documentation links (#2978)

v1.0.222

  • Make serialize_with attribute produce code that works if respanned to 2024 edition (#2950, thanks @​aytey)

v1.0.221

  • Documentation improvements (#2973)
  • Deprecate serde_if_integer128! macro (#2975)

v1.0.220

Commits
  • 1699882 Release 1.0.224
  • 840f6ec Merge pull request #2979 from dtolnay/private
  • bf9ebea Mark every trait impl for a private type with do_not_recommend
  • 6c316d7 Release 1.0.223
  • a4ac0c2 Merge pull request #2978 from dtolnay/htmlrooturl
  • ed76364 Change serde_core's html_root_url to docs.rs/serde_core
  • 57e21a1 Release 1.0.222
  • bb58726 Merge pull request #2950 from aytey/fix_lifetime_issue_2024
  • 3f69251 Delete unneeded field of MapDeserializer
  • fd4decf Merge pull request #2976 from dtolnay/content
  • Additional commits viewable in compare view

Updates semver from 1.0.26 to 1.0.27

Release notes

Sourced from semver's releases.

1.0.27

  • Switch serde dependency to serde_core (#333)
Commits

Updates aws-lc-rs from 1.13.3 to 1.14.0

Release notes

Sourced from aws-lc-rs's releases.

aws-lc-rs v1.14.0

What's Changed

Build Improvements

Issues Being Resolved

  • Feature Request: RandomizedNonceKey for AES-GCM-SIV -- aws/aws-lc-rs#842
  • Add way to pre-parse signature keys (i.e. turn signature::UnparsedPublicKey to PublicKey) -- aws/aws-lc-rs#849
  • Build failed for x86_64-pc-windows-gnu target regardless of AWS_LC_SYS_PREBUILT_NASM=1 -- aws/aws-lc-rs#850

Other Merged PRs

New Contributors

Full Changelog: aws/aws-lc-rs@v1.13.3...v1.14.0

Commits

Updates aws-lc-sys from 0.30.0 to 0.31.0

Commits

Updates cc from 1.2.36 to 1.2.37

Changelog

Sourced from cc's changelog.

1.2.36 - 2025-09-05

Other

  • Regenerate windows sys bindings (#1548)
  • Update windows-bindgen requirement from 0.62 to 0.63 (#1547)
  • Add fn get_ucrt_dir for find-msvc-tools (#1546)
  • Regenerate target info (#1544)
  • fix publish.yml (#1543)
  • Replace periods with underscores as well when parsing env variables (#1541)

1.2.35 - 2025-09-01

Fixed

  • fix building for aarch64-apple-visionos-sim on nightly (#1534)
  • fix tests apple_sdkroot_wrong (#1530)

Other

  • Regenerate target info (#1536)
  • Optimize Tool::to_command (#1535)
  • Extract find-msvc-tools (#1531)
  • Add prefer_clang_cl_over_msvc (#1516)

1.2.34 - 2025-08-22

Fixed

  • add -mcpu=mvp and -mmutable-globals for wasm32v1-none (#1524)

Other

  • Optimize parse_version in find_tools.rs (#1527)
  • Fallback to manually searching for tool dir (#1526)

1.2.33 - 2025-08-15

Other

  • Regenerate target info (#1521)
  • [win][arm64ec] Add testing for Arm64EC Windows (#1512)
  • Fix parsing of nigthly targets (#1517)
  • [win][arm64ec] Fix finding assembler and setting is_arm for Arm64EC (#1511)

1.2.32 - 2025-08-08

Fixed

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

... (truncated)

Commits

Updates errno from 0.3.13 to 0.3.14

Changelog

Sourced from errno's changelog.

[0.3.14] - 2025-09-08

  • Update windows-sys requirement from >=0.52, <=0.59 to >=0.52, <0.62 #117
Commits

Updates indexmap from 2.11.0 to 2.11.1

Changelog

Sourced from indexmap's changelog.

2.11.1 (2025-09-08)

  • Added a get_key_value_mut method to IndexMap.
  • Removed the unnecessary Ord bound on insert_sorted_by methods.
Commits
  • f33f4d9 Merge pull request #413 from cuviper/release-2.11.1
  • 4c680a7 Release 2.11.1
  • b700522 Merge pull request #411 from ya7010/add_get_key_value_mut
  • 01f3ef0 Make IndexMap::get_* docs more consistent
  • cd4c1a5 feat: add IndexMap::get_key_value_mut
  • 48a98b7 Merge pull request #412 from andymandias/relax-trait-bounds
  • 2be4487 Remove Ord trait bound on insert_sorted_by functions.
  • See full diff in compare view

Updates serde_spanned from 1.0.0 to 1.0.1

Commits

Updates toml from 0.9.5 to 0.9.6

Commits

Updates toml_datetime from 0.7.0 to 0.7.1

Commits

Updates unicode-ident from 1.0.18 to 1.0.19

Release notes

Sourced from unicode-ident's releases.

1.0.19

  • Update to Unicode 17.0.0 (#37)
Commits
  • dc018bf Release 1.0.19
  • 9dce213 Merge pull request #37 from dtolnay/unicode17.0.0
  • 17da3fe Force latest=17.0.0 in CI
  • acbaf6a Update to Unicode 17.0.0
  • e4cceed Merge pull request #36 from dtolnay/ucdgenerate
  • f871463 Regenerate comparison tests with ucd-generate 0.3.1
  • ff8590b Merge pull request #35 from dtolnay/latest
  • 6a07437 Update UCD.zip download URL
  • 83d3bdf Update actions/checkout@v4 -> v5
  • be16148 Make .gitattributes match only paths from repo root
  • Additional commits viewable in compare view

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

Commits

Updates wit-bindgen from 0.45.1 to 0.46.0

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

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.219` | `1.0.224` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.143` | `1.0.145` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.219` | `1.0.224` |
| [semver](https://github.com/dtolnay/semver) | `1.0.26` | `1.0.27` |
| [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.13.3` | `1.14.0` |
| [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.30.0` | `0.31.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.36` | `1.2.37` |
| [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.13` | `0.3.14` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.11.0` | `2.11.1` |
| [serde_spanned](https://github.com/toml-rs/toml) | `1.0.0` | `1.0.1` |
| [toml](https://github.com/toml-rs/toml) | `0.9.5` | `0.9.6` |
| [toml_datetime](https://github.com/toml-rs/toml) | `0.7.0` | `0.7.1` |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.18` | `1.0.19` |
| [wasi](https://github.com/bytecodealliance/wasi-rs) | `0.14.4+wasi-0.2.4` | `0.14.6+wasi-0.2.4` |
| [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen) | `0.45.1` | `0.46.0` |


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

Updates `serde_json` from 1.0.143 to 1.0.145
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.143...v1.0.145)

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

Updates `semver` from 1.0.26 to 1.0.27
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.26...1.0.27)

Updates `aws-lc-rs` from 1.13.3 to 1.14.0
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@v1.13.3...v1.14.0)

Updates `aws-lc-sys` from 0.30.0 to 0.31.0
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-sys/v0.30.0...aws-lc-sys/v0.31.0)

Updates `cc` from 1.2.36 to 1.2.37
- [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.36...cc-v1.2.37)

Updates `errno` from 0.3.13 to 0.3.14
- [Release notes](https://github.com/lambda-fairy/rust-errno/releases)
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lambda-fairy/rust-errno/commits)

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

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

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

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

Updates `unicode-ident` from 1.0.18 to 1.0.19
- [Release notes](https://github.com/dtolnay/unicode-ident/releases)
- [Commits](dtolnay/unicode-ident@1.0.18...1.0.19)

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

Updates `wit-bindgen` from 0.45.1 to 0.46.0
- [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases)
- [Commits](bytecodealliance/wit-bindgen@v0.45.1...v0.46.0)

---
updated-dependencies:
- dependency-name: serde
  dependency-version: 1.0.224
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde_json
  dependency-version: 1.0.145
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde_derive
  dependency-version: 1.0.224
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: semver
  dependency-version: 1.0.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: aws-lc-rs
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: aws-lc-sys
  dependency-version: 0.31.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: cc
  dependency-version: 1.2.37
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: errno
  dependency-version: 0.3.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: indexmap
  dependency-version: 2.11.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde_spanned
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: toml
  dependency-version: 0.9.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: toml_datetime
  dependency-version: 0.7.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: unicode-ident
  dependency-version: 1.0.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: wasi
  dependency-version: 0.14.6+wasi-0.2.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: wit-bindgen
  dependency-version: 0.46.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
...

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 Sep 15, 2025
@roypat roypat added the Status: Awaiting review Indicates that a pull request is ready to be reviewed label Sep 15, 2025
Copy link

codecov bot commented Sep 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.68%. Comparing base (60633bb) to head (d4c8fb6).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5442   +/-   ##
=======================================
  Coverage   82.68%   82.68%           
=======================================
  Files         263      263           
  Lines       27478    27478           
=======================================
  Hits        22719    22719           
  Misses       4759     4759           
Flag Coverage Δ
5.10-m5n.metal 82.85% <ø> (+<0.01%) ⬆️
5.10-m6a.metal 82.10% <ø> (-0.01%) ⬇️
5.10-m6g.metal 79.46% <ø> (-0.01%) ⬇️
5.10-m6i.metal 82.84% <ø> (ø)
5.10-m7a.metal-48xl 82.09% <ø> (ø)
5.10-m7g.metal 79.47% <ø> (ø)
5.10-m7i.metal-24xl 82.82% <ø> (ø)
5.10-m7i.metal-48xl 82.82% <ø> (+<0.01%) ⬆️
5.10-m8g.metal-24xl 79.47% <ø> (ø)
5.10-m8g.metal-48xl 79.46% <ø> (ø)
6.1-m5n.metal 82.89% <ø> (+<0.01%) ⬆️
6.1-m6a.metal 82.14% <ø> (-0.01%) ⬇️
6.1-m6g.metal 79.46% <ø> (ø)
6.1-m6i.metal 82.88% <ø> (ø)
6.1-m7a.metal-48xl 82.13% <ø> (ø)
6.1-m7g.metal 79.46% <ø> (-0.01%) ⬇️
6.1-m7i.metal-24xl 82.89% <ø> (ø)
6.1-m7i.metal-48xl 82.89% <ø> (ø)
6.1-m8g.metal-24xl 79.46% <ø> (ø)
6.1-m8g.metal-48xl 79.46% <ø> (-0.01%) ⬇️

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.

@zulinx86 zulinx86 merged commit 46dee82 into main Sep 16, 2025
11 of 13 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-f7743403f6 branch September 16, 2025 08: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 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