Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 7, 2026

Bumps the firecracker group with 17 updates in the / directory:

Package From To
zerocopy 0.8.31 0.8.32
clap 4.5.53 4.5.54
proc-macro2 1.0.103 1.0.105
quote 1.0.42 1.0.43
syn 2.0.111 2.0.114
libc 0.2.178 0.2.179
serde_json 1.0.145 1.0.149
derive_more 2.1.0 2.1.1
bumpalo 3.19.0 3.19.1
cc 1.2.49 1.2.51
cmake 0.1.54 0.1.57
itoa 1.0.15 1.0.17
jiff 0.2.16 0.2.18
portable-atomic 1.11.1 1.13.0
rustix 1.1.2 1.1.3
serde_spanned 1.0.3 1.0.4
toml 0.9.8 0.9.10+spec-1.1.0

Updates zerocopy from 0.8.31 to 0.8.32

Release notes

Sourced from zerocopy's releases.

v0.8.32

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.8.31...v0.8.32

Commits

Updates clap from 4.5.53 to 4.5.54

Release notes

Sourced from clap's releases.

v4.5.54

[4.5.54] - 2026-01-02

Fixes

  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help
Changelog

Sourced from clap's changelog.

[4.5.54] - 2026-01-02

Fixes

  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help
Commits

Updates proc-macro2 from 1.0.103 to 1.0.105

Release notes

Sourced from proc-macro2's releases.

1.0.105

  • Make std dependencies more easily discoverable in source code (#528)

1.0.104

Commits
  • 8c4135f Release 1.0.105
  • 2825fb1 Make same crates available during probe as in crate root
  • cc5819c Merge pull request #528 from dtolnay/nostd
  • e78151e Disable std prelude
  • 2fbddd4 Delete html_root_url comment
  • aa54fc3 Patch rustc-literal-escaper std dependencies
  • 876f800 CStr is available in core since Rust 1.64
  • 4321369 Release 1.0.104
  • 9561144 Merge pull request #527 from dtolnay/extend
  • 57fed01 Update actions/upload-artifact@v5 -> v6
  • Additional commits viewable in compare view

Updates quote from 1.0.42 to 1.0.43

Release notes

Sourced from quote's releases.

1.0.43

  • Disambiguate references to stringify! macro inside generated code (#316)
Commits
  • 635ee67 Release 1.0.43
  • 5f605a6 Reorder module-level attributes in crate root
  • 9c63cee Delete html_root_url comment
  • 009af09 Disallow direct use of quote v1 as a no-std crate
  • 546c7c2 Merge pull request 320 from tamird/no-std
  • fc59136 Merge pull request #319 from tamird/fix-tests
  • b3faa37 Make the crate no_std
  • 8e70480 Merge pull request #318 from tamird/more-core
  • 3b9996b tests: fix compilation with --no-default-features
  • 4d1e4fe Change std imports to core/alloc
  • Additional commits viewable in compare view

Updates syn from 2.0.111 to 2.0.114

Release notes

Sourced from syn's releases.

2.0.114

  • Make std dependencies more easily discoverable in source code (#1956, thanks @​tamird)

2.0.113

  • Allow parsing TypeParam with colon not followed by any type param bounds (#1953, thanks @​wyfo)

2.0.112

Commits

Updates libc from 0.2.178 to 0.2.179

Release notes

Sourced from libc's releases.

0.2.179

With this release, we now have unstable support for 64-bit time_t on 32-bit platforms with both Musl and Glibc. Testing is appreciated!

For now, these can be enabled by setting environment variables during build:

RUST_LIBC_UNSTABLE_MUSL_V1_2_3=1
RUST_LIBC_UNSTABLE_GNU_TIME_BITS=64

Note that the exact configuration will change in the future. Setting the MUSL_V1_2_3 variable also enables some newer API unrelated to time_t.

Added

  • L4Re: Add uclibc aarch64 support (#4479)
  • Linux, Android: Add a generic definition for XCASE (#4847)
  • Linux-like: Add NAME_MAX (#4888)
  • Linux: Add AT_EXECVE_CHECK (#4422)
  • Linux: Add the SUN_LEN macro (#4269)
  • Linux: add getitimer and setitimer (#4890)
  • Linux: add pthread_tryjoin_n and pthread_timedjoin_np (#4887)
  • Musl: Add unstable support for 64-bit time_t on 32-bit platforms (#4463)
  • NetBSD, OpenBSD: Add interface LINK_STATE_* definitions from sys/net/if.h (#4751)
  • QuRT: Add support for Qualcomm QuRT (#4845)
  • Types: Add Padding::uninit() (#4862)

Fixed

  • Glibc: Link old version of cf{g,s}et{i,o}speed (#4882)
  • L4Re: Fixes for pthread (#4479)
  • L4re: Fix a wide variety of incorrect definitions (#4479)
  • Musl: Fix the value of CPU_SETSIZE on musl 1.2+ (#4865)
  • Musl: RISC-V: fix public padding fields in stat/stat64 (#4463)
  • Musl: s390x: Fix definition of SIGSTKSZ/MINSIGSTKSZ (#4884)
  • NetBSD: Arm: Fix PT_{GET,SET}FPREGS, _REG_TIPDR, and _REG_{LR,SP} (#4899)
  • NetBSD: Fix if_msghdr alignment (#4902)
  • NetBSD: Fix siginfo_t layout on 32-bit platforms (#4904)
  • NetBSD: change definition of pthread_spin_t to allow arch redefinition. (#4899)
  • Newlib: Fix ambiguous glob exports and other warnings for Vita and 3DS (#4875)
  • QNX: Fix build error (#4879)

Changed

  • CI: Update CI images to FreeBSD 15.0-release (#4857)
  • L4Re: Make pthread struct fields private (#4876)
  • Linux, Fuchsia: Mark mq_attr padding area as such (#4858)
  • Types: Wrap a number of private fields in the Padding type (#4862)

... (truncated)

Commits
  • 4c61c9c chore: release libc 0.2.179
  • a4237c0 adding pthread_tryjoin_n/pthread_timedjoin_np to Linux.
  • d4c9bb8 netbsd/arm.rs: make typo corrections which make the libc-test pass.
  • c2b4b3d netbsd/mod.rs: change definition of pthread_spin_t to allow arch redefinition.
  • bd4a7c5 links old version of cf{g,s}et{i,o}speed for glibc
  • 80a05fd netbsd/mod.rs: fix so that self-tests pass on both ilp32 and lp64.
  • 3918b91 src/new/netbsd/net/if_.rs: make if_msghdr self-tests succeed on ilp32 hosts:
  • 85aa379 build(deps): bump vmactions/solaris-vm from 1.1.8 to 1.2.3
  • ad6c4a1 qurt: Add support for Qualcomm QuRT
  • 184a558 Fix QNX build error
  • Additional commits viewable in compare view

Updates serde_json from 1.0.145 to 1.0.149

Release notes

Sourced from serde_json's releases.

v1.0.149

  • Align arbitrary_precision number strings with zmij's formatting (#1306, thanks @​b41sh)

v1.0.148

  • Update zmij dependency to 1.0

v1.0.147

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#1304)

v1.0.146

Commits

Updates derive_more from 2.1.0 to 2.1.1

Release notes

Sourced from derive_more's releases.

2.1.1

API docs Changelog

Changelog

Sourced from derive_more's changelog.

2.1.1 - 2025-12-22

Fixed

  • .as_dyn_error() method hygiene inside Error derive expansion. (#527)
Commits

Updates bumpalo from 3.19.0 to 3.19.1

Changelog

Sourced from bumpalo's changelog.

3.19.1

Released 2025-12-16.

Changed

  • Annotated bumpalo::collections::String::from_str_in as #[inline].

Fixed

  • Fixed compilation failures with the latest nightly Rust when enabling the unstable allocator_api feature.

Commits

Updates cc from 1.2.49 to 1.2.51

Release notes

Sourced from cc's releases.

cc-v1.2.51

Other

  • Regenerate target info (#1642)
  • Update Readmes (#1641)

cc-v1.2.50

Other

  • Add tests for OUT_DIR escape for '..' file paths (#1631)
  • Fix #283: Make warnings(false) actually suppress compiler warnings (#1633)
Changelog

Sourced from cc's changelog.

1.2.51 - 2025-12-26

Other

  • Regenerate target info (#1642)
  • Update Readmes (#1641)

1.2.50 - 2025-12-19

Other

  • Add tests for OUT_DIR escape for '..' file paths (#1631)
  • Fix #283: Make warnings(false) actually suppress compiler warnings (#1633)
Commits

Updates clap_builder from 4.5.53 to 4.5.54

Release notes

Sourced from clap_builder's releases.

v4.5.54

[4.5.54] - 2026-01-02

Fixes

  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help
Changelog

Sourced from clap_builder's changelog.

[4.5.54] - 2026-01-02

Fixes

  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help
Commits
  • 4ecbf54 chore: Release
  • f04062b docs: Update changelog
  • d68caa8 Merge pull request #6205 from maheshbansod/default-val-no-desc
  • a062eaf fix: Default vals on new line if possible values
  • 15509af test: Demonstrate default value ui bug on no desc
  • e115243 chore: Release
  • d4c34fa docs: Update changelog
  • ab4f438 Merge pull request #6203 from jpgrayson/fix/zsh-space-after-dir-completions
  • 5571b83 fix(complete): Trailing space after zsh directory completions
  • 06a2311 chore: Release
  • Additional commits viewable in compare view

Updates cmake from 0.1.54 to 0.1.57

Release notes

Sourced from cmake's releases.

v0.1.57

Fixed

  • Revert canonicalizing the build directory and make the path absolute instead (#267)

v0.1.56

Other

  • Fallback to bundled CMake if present (#264)
  • Use cmake -B only for v3.13 and later (#262)

v0.1.55

Other

  • Remove the \\?\ prefix from paths (#259)
  • Add Visual Studio 2026 support (#255)
  • Make sure that cmake generate build files in current dir (#194)
  • Set the MSRV to 1.65 and test this in CI
  • Canonicalize the build directory
  • Use eprintln instead to print the command running next (#191)
Changelog

Sourced from cmake's changelog.

0.1.57 - 2025-12-17

Fixed

  • Revert canonicalizing the build directory and make the path absolute instead (#267)

0.1.56 - 2025-12-13

Other

  • Fallback to bundled CMake if present (#264)
  • Use cmake -B only for v3.13 and later (#262)

0.1.55 - 2025-12-11

Other

  • Remove the \\?\ prefix from paths (#259)
  • Add Visual Studio 2026 support (#255)
  • Make sure that cmake generate build files in current dir (#194)
  • Set the MSRV to 1.65 and test this in CI
  • Canonicalize the build directory
  • Use eprintln instead to print the command running next (#191)
Commits
  • 434afe6 chore: release v0.1.57 (#268)
  • 899f26d Revert canonicalizing the build directory and make the path absolute instead ...
  • b8fb301 chore: release v0.1.56 (#263)
  • 120d739 MSVC: Fallback to bundled CMake if present (#264)
  • 060922d cmake -B only for v3.13 and later (#262)
  • c460840 chore: release v0.1.55 (#249)
  • 08af05c Windows: Remove the \\?\ prefix from paths (#259)
  • 6e68d9c Add Visual Studio 2026 support (#255)
  • b59be3b Make sure that cmake generate build files in current dir (#194)
  • e6bfc1c Set the MSRV to 1.65 and test this in CI
  • Additional commits viewable in compare view

Updates derive_more-impl from 2.1.0 to 2.1.1

Release notes

Sourced from derive_more-impl's releases.

2.1.1

API docs Changelog

Changelog

Sourced from derive_more-impl's changelog.

2.1.1 - 2025-12-22

Fixed

  • .as_dyn_error() method hygiene inside Error derive expansion. (#527)
Commits

Updates find-msvc-tools from 0.1.5 to 0.1.6

Release notes

Sourced from find-msvc-tools's releases.

find-msvc-tools-v0.1.6

Other

Commits

Updates itoa from 1.0.15 to 1.0.17

Release notes

Sourced from itoa's releases.

1.0.16

  • Synchronize algorithm improvements from libcore (#65)
Commits
  • 21d6109 Release 1.0.17
  • 55c15a1 Use performance chart from itoa-benchmark
  • cf33343 Update ryu links to zmij
  • 2dff249 Set repr(C) on DECIMAL_PAIRS
  • 4c18677 Release 1.0.16
  • 2e6134d Exclude benchmark dependencies from being compiled by miri
  • 2c7311b Merge pull request #65 from dtolnay/up
  • bb76a9c Update libcore implementation links
  • 83539d1 Ignore cast_lossless pedantic clippy lint
  • 4394758 Update benchmark chart
  • Additional commits viewable in compare view

Updates jiff from 0.2.16 to 0.2.18

Changelog

Sourced from jiff's changelog.

0.2.18 (2026-01-05)

This release ships a sizeable refactor to the RFC 2822, RFC 9110, RC 3339, RFC 9557, ISO 8601 and friendly format printers. Specifically, they are now all monomorphic internally (instead of being generic over jiff::fmt::Write) and write to uninitialized buffers. This improves runtime performance (sometimes dramatically so), and to a more modest degree, decreases binary size and improves compile times.

This release also includes a bug fix where DateTime::MIN.to_zoned(..) could panic.

Enhancements:

  • #460: Improve runtime performance and binary size of RFC 2822 printer.
  • #461: Tweak behavior of printing min/max offsets in RFC 2822 and Temporal printers.
  • #462: Export fallible constructors for jiff::SignedDuration.
  • #465: Improve runtime performance and binary size of the "friendly" duration printer.
  • #468: Improve runtime performance and binary size of the Temporal ISO 8601 duration printer.
  • #470: Improve runtime performance and binary size of the Temporal ISO 8601 datetime printer.
  • #474: Improve runtime performance and binary size of Jiff's strftime implementation.
  • #477: Fix a bug where time zone lookups for civil::DateTime::MIN could panic.

0.2.17 (2025-12-24)

This release contains binary size improvements to Jiff, more succinct error messages and some new minor APIs.

While Jiff 1.0 is overdue, I've been doing a lot of experimenting with improving Jiff's binary size and compile times. In particular, I want to spend time doing this before Jiff 1.0 so that we don't box ourselves into a corner. (For example, some binary size improvements may require minor API breaking changes.)

In this release, Jiff has switched to structured error handling internally in an effort to provide error predicates and also hopefully improve binary sizes and compile times. Overall this didn't have as big of an impact on binary sizes or compile times as I was hoping. I did take this opportunity to

... (truncated)

Commits
  • 6508ba1 0.2.18
  • b3b0dfc changelog: 0.2.18
  • dbff146 tz: fix bug where time zone lookup for civil::DateTime::MIN could panic
  • 10a5f61 doc: update benchmarks against chrono and time
  • d8e765b fmt: use impl Into\<u64> for some routines on BorrowedBuffer
  • 79de86a fmt: improve SAFETY comments
  • 52ad94e fmt: use MaybeUninit::write in lieu of MaybeUninit::new
  • 1cc43ff doc: fix typo in SPAN_CIVIL_SECONDS comment
  • 6b72803 impl: avoid superfluous clone of RelativeZoned
  • 5eab8f0 changelog: add strftime improvement
  • Additional commits viewable in compare view

Updates jiff-static from 0.2.16 to 0.2.18

Changelog

Sourced from jiff-static's changelog.

0.2.18 (2026-01-05)

This release ships a sizeable refactor to the RFC 2822, RFC 9110, RC 3339, RFC 9557, ISO 8601 and friendly format printers. Specifically, they are now all monomorphic internally (instead of being generic over jiff::fmt::Write) and write to uninitialized buffers. This improves runtime performance (sometimes dramatically so), and to a more modest degree, decreases binary size and improves compile times.

This release also includes a bug fix where DateTime::MIN.to_zoned(..) could panic.

Enhancements:

  • #460: Improve runtime performance and binary size of RFC 2822 printer.
  • #461: Tweak behavior of printing min/max offsets in RFC 2822 and Temporal printers.
  • #462: Export fallible constructors for jiff::SignedDuration.
  • #465: Improve runtime performance and binary size of the "friendly" duration printer.
  • #468: Improve runtime performance and binary size of the Temporal ISO 8601 duration printer.
  • #470: Improve runtime performance and binary size of the Temporal ISO 8601 datetime printer.
  • #474: Improve runtime performance and binary size of Jiff's strftime implementation.
  • #477: Fix a bug where time zone lookups for civil::DateTime::MIN could panic.

0.2.17 (2025-12-24)

This release contains binary size improvements to Jiff, more succinct error messages and some new minor APIs.

While Jiff 1.0 is overdue, I've been doing a lot of experimenting with improving Jiff's binary size and compile times. In particular, I want to spend time doing this before Jiff 1.0 so that we don't box ourselves into a corner. (For example, some binary size improvements may require minor API breaking changes.)

In this release, Jiff has switched to structured error handling internally in an effort to provide error predicates and also hopefully improve binary sizes and compile times. Overall this didn't have as big of an impact on binary sizes or compile times as I was hoping. I did take this opportunity to

... (truncated)

Commits
  • 6508ba1 0.2.18
  • b3b0dfc changelog: 0.2.18
  • dbff146 tz: fix bug where time zone lookup for civil::DateTime::MIN could panic
  • 10a5f61 doc: update benchmarks against chrono and time
  • d8e765b fmt: use impl Into\<u64> for some routines on BorrowedBuffer
  • 79de86a fmt: improve SAFETY comments
  • 52ad94e fmt: use MaybeUninit::write in lieu of MaybeUninit::new
  • 1cc43ff doc: fix typo in SPAN_CIVIL_SECONDS comment
  • 6b72803 impl: avoid superfluous clone of RelativeZoned
  • 5eab8f0 changelog: add strftime improvement
  • Additional commits viewable in compare view

Updates portable-atomic from 1.11.1 to 1.13.0

Changelog

Sourced from portable-atomic's changelog.

[1.13.0] - 2025-12-27

  • Add unsafe-assume-privileged feature / portable_atomic_unsafe_assume_privileged cfg for safer lock-based fallback on multi-core privileged environments. (b084ee1)

  • Support unsafe-assume-single-core/unsafe-assume-privileged on all 32-bit Arm targets. Previously it was only M-profile and pre-v6 targets. (7e07f5e)

  • Make AtomicPtr::fetch_* strict-provenance compatible on all environments. Previously it was only strict-provenance compatible on cfg(miri) and otherwise permissive-provenance compatible. (4306943)

  • Ensure sequential consistency in lock-based fallback when SeqCst is used. (7e80742)

  • Support compile-time detection for x86_64 VMOVDQA. (f7bb1aa)

  • Improve compile-time detection of s390x miscellaneous-extensions-3. (11045fe)

  • Optimize AVR 8-bit swap when RMW instructions available. (8cedb34)

  • Optimize interrupt restore on RISC-V. (9b97a2a)

[1.12.0] - 2025-12-19

  • Fix build error on no-std pre-v6 Arm targets due to the recent upstream change. (83f6f3e)

  • Support unsafe-assume-single-core feature / portable_atomic_unsafe_assume_single_core cfg for targets with CAS. (38e9572)

  • Improve compile-time detection of s390x target feature. (5ae0ef5)

  • Documentation improvements. (c84f720)

Commits
  • 7aa2953 Release portable-atomic 1.13.0
  • 7fe0605 Update changelog
  • ab6f5e2 fallback: Optimize SeqCst fence on x86/x86_64
  • bd9b627 ci: Test more targets with Miri
  • 94ec608 fallback: Reduce scope of allow(dead_code)
  • c50d844 ci: Test Armv4T also with QEMU
  • fa6f1b1 ci: Update valgrind images
  • 47cf312 ci: Update Valgrind suppressions
  • d7c7d90 Remove thumbv6-none-eabi from no_atomic list
  • 58ef7f2 Update docs/comments
  • Additional commits viewable in compare view

Updates rustix from 1.1.2 to 1.1.3
<detail...

Description has been truncated

…dates

Bumps the firecracker group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.31` | `0.8.32` |
| [clap](https://github.com/clap-rs/clap) | `4.5.53` | `4.5.54` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.103` | `1.0.105` |
| [quote](https://github.com/dtolnay/quote) | `1.0.42` | `1.0.43` |
| [syn](https://github.com/dtolnay/syn) | `2.0.111` | `2.0.114` |
| [libc](https://github.com/rust-lang/libc) | `0.2.178` | `0.2.179` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.149` |
| [derive_more](https://github.com/JelteF/derive_more) | `2.1.0` | `2.1.1` |
| [bumpalo](https://github.com/fitzgen/bumpalo) | `3.19.0` | `3.19.1` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.49` | `1.2.51` |
| [cmake](https://github.com/rust-lang/cmake-rs) | `0.1.54` | `0.1.57` |
| [itoa](https://github.com/dtolnay/itoa) | `1.0.15` | `1.0.17` |
| [jiff](https://github.com/BurntSushi/jiff) | `0.2.16` | `0.2.18` |
| [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.11.1` | `1.13.0` |
| [rustix](https://github.com/bytecodealliance/rustix) | `1.1.2` | `1.1.3` |
| [serde_spanned](https://github.com/toml-rs/toml) | `1.0.3` | `1.0.4` |
| [toml](https://github.com/toml-rs/toml) | `0.9.8` | `0.9.10+spec-1.1.0` |



Updates `zerocopy` from 0.8.31 to 0.8.32
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.31...v0.8.32)

Updates `clap` from 4.5.53 to 4.5.54
- [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.53...clap_complete-v4.5.54)

Updates `proc-macro2` from 1.0.103 to 1.0.105
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.103...1.0.105)

Updates `quote` from 1.0.42 to 1.0.43
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.42...1.0.43)

Updates `syn` from 2.0.111 to 2.0.114
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.111...2.0.114)

Updates `libc` from 0.2.178 to 0.2.179
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/main/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.178...0.2.179)

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

Updates `derive_more` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/JelteF/derive_more/releases)
- [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md)
- [Commits](JelteF/derive_more@v2.1.0...v2.1.1)

Updates `bumpalo` from 3.19.0 to 3.19.1
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](fitzgen/bumpalo@v3.19.0...v3.19.1)

Updates `cc` from 1.2.49 to 1.2.51
- [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.49...cc-v1.2.51)

Updates `clap_builder` from 4.5.53 to 4.5.54
- [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.53...v4.5.54)

Updates `cmake` from 0.1.54 to 0.1.57
- [Release notes](https://github.com/rust-lang/cmake-rs/releases)
- [Changelog](https://github.com/rust-lang/cmake-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cmake-rs@v0.1.54...v0.1.57)

Updates `derive_more-impl` from 2.1.0 to 2.1.1
- [Release notes](https://github.com/JelteF/derive_more/releases)
- [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md)
- [Commits](JelteF/derive_more@v2.1.0...v2.1.1)

Updates `find-msvc-tools` from 0.1.5 to 0.1.6
- [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.5...find-msvc-tools-v0.1.6)

Updates `itoa` from 1.0.15 to 1.0.17
- [Release notes](https://github.com/dtolnay/itoa/releases)
- [Commits](dtolnay/itoa@1.0.15...1.0.17)

Updates `jiff` from 0.2.16 to 0.2.18
- [Release notes](https://github.com/BurntSushi/jiff/releases)
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@jiff-static-0.2.16...jiff-static-0.2.18)

Updates `jiff-static` from 0.2.16 to 0.2.18
- [Release notes](https://github.com/BurntSushi/jiff/releases)
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@jiff-static-0.2.16...jiff-static-0.2.18)

Updates `portable-atomic` from 1.11.1 to 1.13.0
- [Release notes](https://github.com/taiki-e/portable-atomic/releases)
- [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md)
- [Commits](taiki-e/portable-atomic@v1.11.1...v1.13.0)

Updates `rustix` from 1.1.2 to 1.1.3
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md)
- [Commits](bytecodealliance/rustix@v1.1.2...v1.1.3)

Updates `serde_spanned` from 1.0.3 to 1.0.4
- [Commits](toml-rs/toml@serde_spanned-v1.0.3...serde_spanned-v1.0.4)

Updates `toml` from 0.9.8 to 0.9.10+spec-1.1.0
- [Commits](toml-rs/toml@toml-v0.9.8...toml-v0.9.10)

Updates `toml_datetime` from 0.7.3 to 0.7.5+spec-1.1.0
- [Commits](toml-rs/toml@toml_datetime-v0.7.3...toml_datetime-v0.7.5)

Updates `toml_parser` from 1.0.4 to 1.0.6+spec-1.1.0
- [Commits](toml-rs/toml@toml_parser-v1.0.4...toml_parser-v1.0.6)

Updates `toml_writer` from 1.0.4 to 1.0.6+spec-1.1.0
- [Commits](toml-rs/toml@toml_writer-v1.0.4...toml_writer-v1.0.6)

Updates `zerocopy-derive` from 0.8.31 to 0.8.32
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.31...v0.8.32)

---
updated-dependencies:
- dependency-name: zerocopy
  dependency-version: 0.8.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: clap
  dependency-version: 4.5.54
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: proc-macro2
  dependency-version: 1.0.105
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: quote
  dependency-version: 1.0.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: syn
  dependency-version: 2.0.114
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: libc
  dependency-version: 0.2.179
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde_json
  dependency-version: 1.0.149
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: derive_more
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: bumpalo
  dependency-version: 3.19.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: cc
  dependency-version: 1.2.51
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: clap_builder
  dependency-version: 4.5.54
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: cmake
  dependency-version: 0.1.57
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: derive_more-impl
  dependency-version: 2.1.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: find-msvc-tools
  dependency-version: 0.1.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: itoa
  dependency-version: 1.0.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: jiff
  dependency-version: 0.2.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: jiff-static
  dependency-version: 0.2.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: portable-atomic
  dependency-version: 1.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: rustix
  dependency-version: 1.1.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde_spanned
  dependency-version: 1.0.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: toml
  dependency-version: 0.9.10+spec-1.1.0
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: toml_datetime
  dependency-version: 0.7.5+spec-1.1.0
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: toml_parser
  dependency-version: 1.0.6+spec-1.1.0
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: toml_writer
  dependency-version: 1.0.6+spec-1.1.0
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: zerocopy-derive
  dependency-version: 0.8.32
  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 Jan 7, 2026
@codecov
Copy link

codecov bot commented Jan 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.23%. Comparing base (f8b678b) to head (5173005).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5609   +/-   ##
=======================================
  Coverage   83.23%   83.23%           
=======================================
  Files         277      277           
  Lines       29262    29262           
=======================================
+ Hits        24356    24357    +1     
+ Misses       4906     4905    -1     
Flag Coverage Δ
5.10-m5n.metal 83.57% <ø> (ø)
5.10-m6a.metal 82.91% <ø> (ø)
5.10-m6g.metal 80.19% <ø> (+<0.01%) ⬆️
5.10-m6i.metal 83.58% <ø> (+<0.01%) ⬆️
5.10-m7a.metal-48xl 82.90% <ø> (-0.01%) ⬇️
5.10-m7g.metal 80.19% <ø> (ø)
5.10-m7i.metal-24xl 83.55% <ø> (+<0.01%) ⬆️
5.10-m7i.metal-48xl 83.54% <ø> (ø)
5.10-m8g.metal-24xl 80.18% <ø> (ø)
5.10-m8g.metal-48xl 80.18% <ø> (ø)
6.1-m5n.metal 83.60% <ø> (+<0.01%) ⬆️
6.1-m6a.metal 82.94% <ø> (+<0.01%) ⬆️
6.1-m6g.metal 80.18% <ø> (-0.01%) ⬇️
6.1-m6i.metal 83.60% <ø> (-0.01%) ⬇️
6.1-m7a.metal-48xl 82.93% <ø> (+<0.01%) ⬆️
6.1-m7g.metal 80.18% <ø> (-0.01%) ⬇️
6.1-m7i.metal-24xl 83.61% <ø> (ø)
6.1-m7i.metal-48xl 83.62% <ø> (+<0.01%) ⬆️
6.1-m8g.metal-24xl 80.18% <ø> (-0.01%) ⬇️
6.1-m8g.metal-48xl 80.18% <ø> (ø)

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.

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.

0 participants