Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
zerocopy 0.8.26 0.8.27
clap 4.5.45 4.5.47
uuid 1.18.0 1.18.1
micro_http 98d8567 3248cee
log 0.4.27 0.4.28
bitflags 2.9.3 2.9.4
memfd 0.6.4 0.6.5
cc 1.2.34 1.2.36
js-sys 0.3.77 0.3.78
wasi 0.14.2+wasi-0.2.4 0.14.4+wasi-0.2.4
winapi-util 0.1.10 0.1.11

Updates zerocopy from 0.8.26 to 0.8.27

Release notes

Sourced from zerocopy's releases.

v0.8.27

What's Changed

Full Changelog: google/zerocopy@v0.8.26...v0.8.27

Commits

Updates clap from 4.5.45 to 4.5.47

Release notes

Sourced from clap's releases.

v4.5.47

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

  • (derive) Update runtime error text to match clap

v4.5.46

[4.5.46] - 2025-08-26

Features

  • Expose StyledStr::push_str
Changelog

Sourced from clap's changelog.

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

  • (derive) Update runtime error text to match clap

[4.5.46] - 2025-08-26

Features

  • Expose StyledStr::push_str
Commits
  • f046ca6 chore: Release
  • 436949d docs: Update changelog
  • 1ddab84 Merge pull request #5954 from epage/tests
  • 8a66dbf test(complete): Add more native cases
  • 76465cf test(complete): Make things more consistent
  • 232cedb test(complete): Remove redundant index
  • 02244a6 Merge pull request #5949 from krobelus/option-name-completions-after-positionals
  • 2e13847 fix(complete): Missing options in multi-val arg
  • 74388d7 test(complete): Multi-valued, unbounded positional
  • 5b3d45f refactor(complete): Extract function for options
  • Additional commits viewable in compare view

Updates uuid from 1.18.0 to 1.18.1

Release notes

Sourced from uuid's releases.

v1.18.1

What's Changed

Full Changelog: uuid-rs/uuid@v1.18.0...v1.18.1

Commits
  • 50d8e79 Merge pull request #842 from uuid-rs/cargo/v1.18.1
  • 7948592 prepare for 1.18.1 release
  • 6d847c7 Merge pull request #841 from uuid-rs/chore/unsafe-cleanup
  • 675cccc re-gate zerocopy behind unstable feature flag
  • 4dd5828 Remove some unsafe; stabilize zerocopy
  • See full diff in compare view

Updates micro_http from 98d8567 to 3248cee

Commits

Updates log from 0.4.27 to 0.4.28

Release notes

Sourced from log's releases.

0.4.28

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.27...0.4.28

Changelog

Sourced from log's changelog.

[0.4.28] - 2025-09-02

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.27...0.4.28

Notable Changes

Commits
  • 6e17355 Merge pull request #695 from rust-lang/cargo/0.4.28
  • 57719db focus on user-facing source changes in the changelog
  • e0630c6 prepare for 0.4.28 release
  • 60829b1 Merge pull request #692 from nebkor/up-and-down
  • 95d44f8 change names of log-level-changing methods to be more descriptive
  • 2b63dfa Add up() and down() methods for Level and LevelFilter
  • 3aa1359 Merge pull request #690 from HaoliangXu/master
  • 1091f2c Chore:delete compare_exchange method for AtomicUsize on platforms
  • 24c5f44 Merge pull request #688 from ZylosLumen/patch-1
  • 4498495 Unhide #[derive(Debug)] in example
  • Additional commits viewable in compare view

Updates bitflags from 2.9.3 to 2.9.4

Release notes

Sourced from bitflags's releases.

2.9.4

What's Changed

Full Changelog: bitflags/bitflags@2.9.3...2.9.4

Changelog

Sourced from bitflags's changelog.

2.9.4

What's Changed

Full Changelog: bitflags/bitflags@2.9.3...2.9.4

Commits

Updates memfd from 0.6.4 to 0.6.5

Commits
  • bf27fa9 Release 0.6.5
  • 5203af3 Merge pull request #72 from a1phyr/rustix_1
  • 4e36714 Update rustix to 1.0
  • c0332b8 Merge pull request #71 from lucab/push-ouyvtsyspoxl
  • 59fe54b docs: remove unused Travis badge (part 2)
  • 3671fce Merge pull request #70 from lucab/push-vwnkppmvnyko
  • dbf6d4d docs: remove unused Travis badge
  • 354dc87 Merge pull request #67 from lucab/release-0.6.4
  • See full diff in compare view

Updates cc from 1.2.34 to 1.2.36

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)
Commits

Updates clap_builder from 4.5.44 to 4.5.47

Release notes

Sourced from clap_builder's releases.

v4.5.47

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

  • (derive) Update runtime error text to match clap

v4.5.46

[4.5.46] - 2025-08-26

Features

  • Expose StyledStr::push_str

v4.5.45

[4.5.45] - 2025-08-12

Fixes

  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help
Changelog

Sourced from clap_builder's changelog.

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

  • (derive) Update runtime error text to match clap

[4.5.46] - 2025-08-26

Features

  • Expose StyledStr::push_str

[4.5.45] - 2025-08-12

Fixes

  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help
Commits
  • f8b9e24 chore: Release
  • 4457eb9 docs: Update changelog
  • f1d9120 Merge pull request #6119 from alexkazik/empty-impl
  • 0ad7787 Merge pull request #6120 from epage/error
  • 395d657 feat: provide empty implementations for Args and Subcommand
  • 92fd6e7 fix(derive): Match rustc's error style
  • d045daa Merge pull request #6116 from eatradish/clap-i18n-richformatter
  • 0bb71a0 docs: add clap-i18n-richformatter to Related Projects
  • f9fd356 chore: Release
  • 889a197 docs: Update changelog
  • Additional commits viewable in compare view

Updates clap_derive from 4.5.45 to 4.5.47

Release notes

Sourced from clap_derive's releases.

v4.5.47

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

  • (derive) Update runtime error text to match clap

v4.5.46

[4.5.46] - 2025-08-26

Features

  • Expose StyledStr::push_str
Changelog

Sourced from clap_derive's changelog.

[4.5.47] - 2025-09-02

Features

  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible

Fixes

  • (derive) Update runtime error text to match clap

[4.5.46] - 2025-08-26

Features

  • Expose StyledStr::push_str
Commits
  • f8b9e24 chore: Release
  • 4457eb9 docs: Update changelog
  • f1d9120 Merge pull request #6119 from alexkazik/empty-impl
  • 0ad7787 Merge pull request #6120 from epage/error
  • 395d657 feat: provide empty implementations for Args and Subcommand
  • 92fd6e7 fix(derive): Match rustc's error style
  • d045daa Merge pull request #6116 from eatradish/clap-i18n-richformatter
  • 0bb71a0 docs: add clap-i18n-richformatter to Related Projects
  • f9fd356 chore: Release
  • 889a197 docs: Update changelog
  • Additional commits viewable in compare view

Updates js-sys from 0.3.77 to 0.3.78

Commits

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

Commits

Updates wasm-bindgen from 0.2.100 to 0.2.101

Changelog

Sourced from wasm-bindgen's changelog.

0.2.101

Added

  • Added format and colorSpace support to VideoFrameCopyToOptions #4543

  • Added support for the onbeforeinput attribute. #4544

  • TypedArray::new_from_slice(&[T]) constructor that allows to create a JS-owned TypedArray from a Rust slice. #4555

  • Added Function::call4 and Function::bind4 through Function::call9 Function::bind9 methods for calling and binding JavaScript functions with 4-9 arguments. #4572

  • Added isPointInFill and isPointInStroke methods for the SVGGeometryElement idl. #4509

  • Added unstable bindings for GestureEvent. #4589

  • Stricter checks for module, raw_module and inline_js attributes applied to inapplicable items. #4522

  • Add bindings for PictureInPicture. #4593

  • Added bytes method for the Blob idl #4506

  • Add error message when export symbol is not found #4594

Changed

  • Deprecate async constructors. #4402

  • The size argument to GPUCommandEncoder.copyBufferToBuffer is now optional. #4508

  • MSRV of CLI tools bumped to v1.82. This does not affect libraries like wasm-bindgen, js-sys and web-sys! #4608

Fixed

  • Detect more failure scenarios when retrieving the Wasm module. #4556

... (truncated)

Commits

Updates wasm-bindgen-backend from 0.2.100 to 0.2.101

Changelog

Sourced from wasm-bindgen-backend's changelog.

0.2.101

Added

  • Added format and colorSpace support to VideoFrameCopyToOptions #4543

  • Added support for the onbeforeinput attribute. #4544

  • TypedArray::new_from_slice(&[T]) constructor that allows to create a JS-owned TypedArray from a Rust slice. #4555

  • Added Function::call4 and Function::bind4 through Function::call9 Function::bind9 methods for calling and binding JavaScript functions with 4-9 arguments. #4572

  • Added isPointInFill and isPointInStroke methods for the SVGGeometryElement idl. #4509

  • Added unstable bindings for GestureEvent. #4589

  • Stricter checks for module, raw_module and inline_js attributes applied to inapplicable items. #4522

  • Add bindings for PictureInPicture. #4593

  • Added bytes method for the Blob idl #4506

  • Add error message when export symbol is not found #4594

Changed

  • Deprecate async constructors. #4402

  • The size argument to GPUCommandEncoder.copyBufferToBuffer is now optional. #4508

  • MSRV of CLI tools bumped to v1.82. This does not affect libraries like wasm-bindgen, js-sys and web-sys! #4608

Fixed

  • Detect more failure scenarios when retrieving the Wasm module. #4556

... (truncated)

Commits

Updates wasm-bindgen-macro from 0.2.100 to 0.2.101

Changelog

Sourced from wasm-bindgen-macro's changelog.

0.2.101

Added

  • Added format and colorSpace support to VideoFrameCopyToOptions #4543

  • Added support for the onbeforeinput attribute. #4544

  • TypedArray::new_from_slice(&[T]) constructor that allows to create a JS-owned TypedArray from a Rust slice. #4555

  • Added Function::call4 and Function::bind4 through Function::call9 Function::bind9 methods for calling and binding JavaScript functions with 4-9 arguments. #4572

  • Added isPointInFill and isPointInStroke methods for the SVGGeometryElement idl. #4509

  • Added unstable bindings for GestureEvent. #4589

  • Stricter checks for module, raw_module and inline_js attributes applied to inapplicable items. #4522

  • Add bindings for PictureInPicture. #4593

  • Added bytes method for the Blob idl #4506

  • Add error message when export symbol is not found #4594

Changed

  • Deprecate async constructors. #4402

  • The size argument to GPUCommandEncoder.copyBufferToBuffer is now optional. #4508

  • MSRV of CLI tools bumped to v1.82. This does not affect libraries like wasm-bindgen, js-sys and web-sys! #4608

Fixed

  • Detect more failure scenarios when retrieving the Wasm module. #4556

... (truncated)

Commits

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

Changelog

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

0.2.101

Added

  • Added format and colorSpace support to VideoFrameCopyToOptions #4543

  • Added support for the onbeforeinput attribute. #4544

  • TypedArray::new_from_slice(&[T]) constructor that allows to create a JS-owned TypedArray from a Rust slice. #4555

  • Added Function::call4 and Function::bind4 through Function::call9 Function::bind9 methods for calling and binding JavaScript functions with 4-9 arguments. #4572

  • Added isPointInFill and isPointInStroke methods for the SVGGeometryElement idl. #4509

  • Added unstable bindings for GestureEvent. #4589

  • Stricter checks for module, raw_module and inline_js attributes applied to inapplicable items. #4522

  • Add bindings for PictureInPicture. #4593

  • Added bytes method for the Blob idl #4506

  • Add error message when export symbol is not found #4594

Changed

  • Deprecate async constructors. #4402

  • The size argument to GPUCommandEncoder.copyBufferToBuffer is now optional. #4508

  • MSRV of CLI tools bumped to v1.82. This does not affect libraries like wasm-bindgen, js-sys and web-sys! #4608

Fixed

  • Detect more failure scenarios when retrieving the Wasm module. #4556

... (truncated)

Commits

Updates wasm-bindgen-shared from 0.2.100 to 0.2.101

Changelog

Sourced from wasm-bindgen-shared's changelog.

0.2.101

Added

  • Added format and colorSpace support to VideoFrameCopyToOptions #4543

  • Added support for the onbeforeinput attribute. #4544

  • TypedArray::new_from_slice(&[T]) constructor that allows to create a JS-owned TypedArray from a Rust slice. #4555

  • Added Function::call4 and Function::bind4 through Function::call9 Function::bind9 methods for calling and binding JavaScript functions with 4-9 arguments. #4572

  • Added isPointInFill and isPointInStroke methods for the SVGGeometryElement idl. #4509

  • Added unstable bindings for GestureEvent. #4589

  • Stricter checks for module, raw_module and inline_js attributes applied to inapplicable items. #4522

  • Add bindings for PictureInPicture. #4593

  • Added bytes method for the Blob idl #4506

  • Add error message when export symbol is not found #4594

Changed

  • Deprecate async constructors. #4402

  • The size argument to GPUCommandEncoder.copyBufferToBuffer is now optional. #4508

  • MSRV of CLI tools bumped to v1.82. This does not affect libraries like wasm-bindgen, js-sys and web-sys! #4608

Fixed

  • Detect more failure scenarios when retrieving the Wasm module. #4556

... (truncated)

Commits

…dates

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

| Package | From | To |
| --- | --- | --- |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.26` | `0.8.27` |
| [clap](https://github.com/clap-rs/clap) | `4.5.45` | `4.5.47` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.18.0` | `1.18.1` |
| [micro_http](https://github.com/firecracker-microvm/micro-http) | ``98d8567`` | ``3248cee`` |
| [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.28` |
| [bitflags](https://github.com/bitflags/bitflags) | `2.9.3` | `2.9.4` |
| [memfd](https://github.com/lucab/memfd-rs) | `0.6.4` | `0.6.5` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.34` | `1.2.36` |
| [js-sys](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.77` | `0.3.78` |
| [wasi](https://github.com/bytecodealliance/wasi-rs) | `0.14.2+wasi-0.2.4` | `0.14.4+wasi-0.2.4` |
| [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.10` | `0.1.11` |



Updates `zerocopy` from 0.8.26 to 0.8.27
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.26...v0.8.27)

Updates `clap` from 4.5.45 to 4.5.47
- [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.45...clap_complete-v4.5.47)

Updates `uuid` from 1.18.0 to 1.18.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.18.0...v1.18.1)

Updates `micro_http` from `98d8567` to `3248cee`
- [Commits](firecracker-microvm/micro-http@98d8567...3248cee)

Updates `log` from 0.4.27 to 0.4.28
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.27...0.4.28)

Updates `bitflags` from 2.9.3 to 2.9.4
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.9.3...2.9.4)

Updates `memfd` from 0.6.4 to 0.6.5
- [Release notes](https://github.com/lucab/memfd-rs/releases)
- [Commits](lucab/memfd-rs@v0.6.4...v0.6.5)

Updates `cc` from 1.2.34 to 1.2.36
- [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.34...cc-v1.2.36)

Updates `clap_builder` from 4.5.44 to 4.5.47
- [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.44...v4.5.47)

Updates `clap_derive` from 4.5.45 to 4.5.47
- [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.45...v4.5.47)

Updates `js-sys` from 0.3.77 to 0.3.78
- [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 `wasi` from 0.14.2+wasi-0.2.4 to 0.14.4+wasi-0.2.4
- [Commits](bytecodealliance/wasi-rs@0.14.2...0.14.4)

Updates `wasm-bindgen` from 0.2.100 to 0.2.101
- [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.100...0.2.101)

Updates `wasm-bindgen-backend` from 0.2.100 to 0.2.101
- [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.100...0.2.101)

Updates `wasm-bindgen-macro` from 0.2.100 to 0.2.101
- [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.100...0.2.101)

Updates `wasm-bindgen-macro-support` from 0.2.100 to 0.2.101
- [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.100...0.2.101)

Updates `wasm-bindgen-shared` from 0.2.100 to 0.2.101
- [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.100...0.2.101)

Updates `winapi-util` from 0.1.10 to 0.1.11
- [Commits](BurntSushi/winapi-util@0.1.10...0.1.11)

Updates `zerocopy-derive` from 0.8.26 to 0.8.27
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.26...v0.8.27)

---
updated-dependencies:
- dependency-name: zerocopy
  dependency-version: 0.8.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: clap
  dependency-version: 4.5.47
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: uuid
  dependency-version: 1.18.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: micro_http
  dependency-version: 3248ceeae41461d034624b582d5d358cd6e6f89f
  dependency-type: direct:production
  dependency-group: firecracker
- dependency-name: log
  dependency-version: 0.4.28
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: bitflags
  dependency-version: 2.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: memfd
  dependency-version: 0.6.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: cc
  dependency-version: 1.2.36
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: clap_builder
  dependency-version: 4.5.47
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: clap_derive
  dependency-version: 4.5.47
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: js-sys
  dependency-version: 0.3.78
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: wasi
  dependency-version: 0.14.4+wasi-0.2.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: wasm-bindgen
  dependency-version: 0.2.101
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: wasm-bindgen-backend
  dependency-version: 0.2.101
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: wasm-bindgen-macro
  dependency-version: 0.2.101
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: wasm-bindgen-macro-support
  dependency-version: 0.2.101
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: wasm-bindgen-shared
  dependency-version: 0.2.101
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: winapi-util
  dependency-version: 0.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: zerocopy-derive
  dependency-version: 0.8.27
  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 8, 2025
@roypat roypat enabled auto-merge (rebase) September 8, 2025 16:39
@roypat roypat added the Status: Awaiting review Indicates that a pull request is ready to be reviewed label Sep 8, 2025
Copy link

codecov bot commented Sep 8, 2025

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5433      +/-   ##
==========================================
- Coverage   82.73%   82.68%   -0.05%     
==========================================
  Files         263      263              
  Lines       27455    27473      +18     
==========================================
+ Hits        22715    22717       +2     
- Misses       4740     4756      +16     
Flag Coverage Δ
5.10-m5n.metal 82.85% <ø> (+0.01%) ⬆️
5.10-m6a.metal 82.10% <ø> (+0.01%) ⬆️
5.10-m6g.metal 79.47% <ø> (-0.05%) ⬇️
5.10-m6i.metal 82.84% <ø> (+<0.01%) ⬆️
5.10-m7a.metal-48xl 82.08% <ø> (+<0.01%) ⬆️
5.10-m7g.metal 79.47% <ø> (-0.05%) ⬇️
5.10-m7i.metal-24xl 82.81% <ø> (+<0.01%) ⬆️
5.10-m7i.metal-48xl 82.81% <ø> (+<0.01%) ⬆️
5.10-m8g.metal-24xl 79.47% <ø> (-0.05%) ⬇️
5.10-m8g.metal-48xl 79.47% <ø> (-0.05%) ⬇️
6.1-m5n.metal 82.89% <ø> (+0.01%) ⬆️
6.1-m6a.metal 82.13% <ø> (+<0.01%) ⬆️
6.1-m6g.metal 79.47% <ø> (-0.05%) ⬇️
6.1-m6i.metal 82.88% <ø> (+<0.01%) ⬆️
6.1-m7a.metal-48xl 82.12% <ø> (-0.01%) ⬇️
6.1-m7g.metal 79.47% <ø> (-0.05%) ⬇️
6.1-m7i.metal-24xl 82.88% <ø> (-0.01%) ⬇️
6.1-m7i.metal-48xl 82.89% <ø> (+<0.01%) ⬆️
6.1-m8g.metal-24xl 79.47% <ø> (-0.06%) ⬇️
6.1-m8g.metal-48xl 79.47% <ø> (-0.06%) ⬇️

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 0cd25f0 into main Sep 8, 2025
11 of 13 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-9cc90aa60d branch September 8, 2025 17:17
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