Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps the firecracker group with 13 updates:

Package From To
zerocopy 0.8.23 0.8.24
uuid 1.15.1 1.16.0
log 0.4.26 0.4.27
aws-lc-fips-sys 0.13.3 0.13.4
aws-lc-sys 0.27.0 0.27.1
cc 1.2.16 1.2.17
half 2.4.1 2.5.0
jiff 0.2.4 0.2.5
jiff-static 0.2.4 0.2.5
once_cell 1.21.0 1.21.1
prettyplease 0.2.30 0.2.31
uuid-macro-internal 1.15.1 1.16.0
winnow 0.7.3 0.7.4

Updates zerocopy from 0.8.23 to 0.8.24

Release notes

Sourced from zerocopy's releases.

v0.8.24

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.8.23...v0.8.24

Commits

Updates uuid from 1.15.1 to 1.16.0

Release notes

Sourced from uuid's releases.

v1.16.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.15.1...v1.16.0

Commits

Updates log from 0.4.26 to 0.4.27

Release notes

Sourced from log's releases.

0.4.27

What's Changed

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

Changelog

Sourced from log's changelog.

[0.4.27] - 2025-03-24

What's Changed

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

Commits
  • 35161d0 Merge pull request #674 from rust-lang/cargo/0.4.27
  • cc131ef prepare for 0.4.27 release
  • ea6f54d Merge pull request #673 from rust-lang/feat/logger-by-ref
  • d229c73 fix unclosed code block
  • 02486e4 fill in more tests for logger argument
  • 71e034f expand logger tests
  • dfa067e fix up kv passing
  • 39d4c3a run fmt
  • 7aacc8f pass global logger by value, supplied logger by ref
  • a438c6e Merge pull request #664 from tisonkun/logger-field
  • Additional commits viewable in compare view

Updates aws-lc-fips-sys from 0.13.3 to 0.13.4

Commits

Updates aws-lc-sys from 0.27.0 to 0.27.1

Commits

Updates cc from 1.2.16 to 1.2.17

Release notes

Sourced from cc's releases.

cc-v1.2.17

Other

  • Regenerate target info (#1439)
  • Regenerate windows sys bindings (#1437)
  • Fix wasm32-wali-linux-musl target parsing (#1434)
  • Parse rustc target names (#1413)
  • Regenerate target info (#1429)
  • Added base support for wasm32-wali-linux-musl target (#1373)
Changelog

Sourced from cc's changelog.

1.2.17 - 2025-03-21

Other

  • Regenerate target info (#1439)
  • Regenerate windows sys bindings (#1437)
  • Fix wasm32-wali-linux-musl target parsing (#1434)
  • Parse rustc target names (#1413)
  • Regenerate target info (#1429)
  • Added base support for wasm32-wali-linux-musl target (#1373)
Commits

Updates half from 2.4.1 to 2.5.0

Release notes

Sourced from half's releases.

2.5.0

Changed

  • Updated optional dependencies to latest major versions:
    • zercopy 0.6 -> 0.8
    • rand 0.8 -> 0.9
    • rand_distr 0.4 -> 0.5
    • rkyv 0.7 -> 0.8
    • (dev) criterion 0.4 -> 0.5
  • Minimum supported Rust version has been changed to 1.81 due to above dependency updates.
  • Minor restructing of included license file locations to be more consistent with crates ecosystem.

Added

  • Added support for arbitrary crate. Fixes #110. By @​FL33TW00D.
  • New num-traits implementations: FromBytes and ToBytes for f16 and bf16. By @​kpreid.

Fixed

  • Suppressed unexpected_cfg lint warnings on newer versions of stable Rust.
  • Resolved ambiguous rustdoc warnings due to new unstable f16 primitive in compiler.
Changelog

Sourced from half's changelog.

[2.5.0] - 2024-03-13

Changed

  • Updated optional dependencies to latest major versions:
    • zercopy 0.6 -> 0.8
    • rand 0.8 -> 0.9
    • rand_distr 0.4 -> 0.5
    • rkyv 0.7 -> 0.8
    • (dev) criterion 0.4 -> 0.5
  • Minimum supported Rust version has been changed to 1.81 due to above dependency updates.
  • Minor restructing of included license file locations to be more consistent with crates ecosystem.

Added

  • Added support for arbitrary crate. Fixes #110. By [@​FL33TW00D].
  • New num-traits implementations: FromBytes and ToBytes for f16 and bf16. By [@​kpreid].

Fixed

  • Suppressed unexpected_cfg lint warnings on newer versions of stable Rust.
  • Resolved ambiguous rustdoc warnings due to new unstable f16 primitive in compiler.
Commits

Updates jiff from 0.2.4 to 0.2.5

Changelog

Sourced from jiff's changelog.

0.2.5 (2025-03-22)

This release updates Jiff's bundled copy of the [IANA Time Zone Database] to 2025b. See the 2025b release announcement for more details.

Enhancements:

  • #300: Update jiff-tzdb to 2025b.
Commits

Updates jiff-static from 0.2.4 to 0.2.5

Changelog

Sourced from jiff-static's changelog.

0.2.5 (2025-03-22)

This release updates Jiff's bundled copy of the [IANA Time Zone Database] to 2025b. See the 2025b release announcement for more details.

Enhancements:

  • #300: Update jiff-tzdb to 2025b.
Commits

Updates once_cell from 1.21.0 to 1.21.1

Changelog

Sourced from once_cell's changelog.

1.21.1

  • Reduce MSRV to 1.65: #277.
Commits
  • a70d907 Merge pull request #277 from briansmith/b/as-ptr
  • 9173b99 Reduce MSRV to 1.65 by polyfilling AtomicUsize::as_ptr().
  • See full diff in compare view

Updates prettyplease from 0.2.30 to 0.2.31

Release notes

Sourced from prettyplease's releases.

0.2.31

  • Format multiple array elements on the same line (#108)
Commits

Updates uuid-macro-internal from 1.15.1 to 1.16.0

Release notes

Sourced from uuid-macro-internal's releases.

v1.16.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.15.1...v1.16.0

Commits

Updates winnow from 0.7.3 to 0.7.4

Changelog

Sourced from winnow's changelog.

[0.7.4] - 2025-03-12

Documentation

  • Clarify empty
  • Clarify dispatch!
  • (cookbook) Discuss lexing
  • (tutorial) Iterate on how we discuss errors
Commits
  • 2061c77 chore: Release
  • 03cce15 docs: Update changelog
  • 691746a Merge pull request #757 from montmorill/main
  • e725f92 docs(topic): remove useless braces
  • fcb0057 docs(topic): remove useless braces
  • 2720ab4 Merge pull request #756 from epage/docs
  • 2141cce docs(comb): Clarify dispatch
  • 1f855a3 docs(comb): Update 'empty' from when it was named 'value'
  • a6e7c9b Merge pull request #754 from epage/lex
  • ab9830d docs(topic): Split out a dedicated lexing section
  • Additional commits viewable in compare view

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

| Package | From | To |
| --- | --- | --- |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.23` | `0.8.24` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.15.1` | `1.16.0` |
| [log](https://github.com/rust-lang/log) | `0.4.26` | `0.4.27` |
| [aws-lc-fips-sys](https://github.com/aws/aws-lc-rs) | `0.13.3` | `0.13.4` |
| [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.27.0` | `0.27.1` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.16` | `1.2.17` |
| [half](https://github.com/starkat99/half-rs) | `2.4.1` | `2.5.0` |
| [jiff](https://github.com/BurntSushi/jiff) | `0.2.4` | `0.2.5` |
| [jiff-static](https://github.com/BurntSushi/jiff) | `0.2.4` | `0.2.5` |
| [once_cell](https://github.com/matklad/once_cell) | `1.21.0` | `1.21.1` |
| [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.30` | `0.2.31` |
| [uuid-macro-internal](https://github.com/uuid-rs/uuid) | `1.15.1` | `1.16.0` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.7.3` | `0.7.4` |


Updates `zerocopy` from 0.8.23 to 0.8.24
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.23...v0.8.24)

Updates `uuid` from 1.15.1 to 1.16.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.15.1...v1.16.0)

Updates `log` from 0.4.26 to 0.4.27
- [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.26...0.4.27)

Updates `aws-lc-fips-sys` from 0.13.3 to 0.13.4
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-fips-sys/v0.13.3...aws-lc-fips-sys/v0.13.4)

Updates `aws-lc-sys` from 0.27.0 to 0.27.1
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-sys/v0.27.0...aws-lc-sys/v0.27.1)

Updates `cc` from 1.2.16 to 1.2.17
- [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.16...cc-v1.2.17)

Updates `half` from 2.4.1 to 2.5.0
- [Release notes](https://github.com/starkat99/half-rs/releases)
- [Changelog](https://github.com/VoidStarKat/half-rs/blob/main/CHANGELOG.md)
- [Commits](VoidStarKat/half-rs@v2.4.1...v2.5.0)

Updates `jiff` from 0.2.4 to 0.2.5
- [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.4...jiff-static-0.2.5)

Updates `jiff-static` from 0.2.4 to 0.2.5
- [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.4...jiff-static-0.2.5)

Updates `once_cell` from 1.21.0 to 1.21.1
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.21.0...v1.21.1)

Updates `prettyplease` from 0.2.30 to 0.2.31
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.30...0.2.31)

Updates `uuid-macro-internal` from 1.15.1 to 1.16.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.15.1...v1.16.0)

Updates `winnow` from 0.7.3 to 0.7.4
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.7.3...v0.7.4)

---
updated-dependencies:
- dependency-name: zerocopy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: aws-lc-fips-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: aws-lc-sys
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: cc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: half
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: jiff
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: jiff-static
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: once_cell
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: prettyplease
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: uuid-macro-internal
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: winnow
  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 Mar 24, 2025
@roypat roypat added the Status: Awaiting review Indicates that a pull request is ready to be reviewed label Mar 24, 2025
Copy link

codecov bot commented Mar 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.19%. Comparing base (56729e7) to head (5cea86a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5109   +/-   ##
=======================================
  Coverage   83.19%   83.19%           
=======================================
  Files         249      249           
  Lines       26885    26885           
=======================================
  Hits        22368    22368           
  Misses       4517     4517           
Flag Coverage Δ
5.10-c5n.metal 83.60% <ø> (ø)
5.10-m5n.metal 83.60% <ø> (ø)
5.10-m6a.metal 82.80% <ø> (-0.01%) ⬇️
5.10-m6g.metal 79.54% <ø> (-0.06%) ⬇️
5.10-m6i.metal 83.60% <ø> (+<0.01%) ⬆️
5.10-m7a.metal-48xl 82.80% <ø> (?)
5.10-m7g.metal 79.60% <ø> (ø)
6.1-c5n.metal 83.65% <ø> (-0.01%) ⬇️
6.1-m5n.metal 83.65% <ø> (ø)
6.1-m6a.metal 82.84% <ø> (ø)
6.1-m6g.metal 79.59% <ø> (-0.01%) ⬇️
6.1-m6i.metal 83.64% <ø> (-0.01%) ⬇️
6.1-m7a.metal-48xl 82.84% <ø> (?)
6.1-m7g.metal 79.60% <ø> (ø)

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 enabled auto-merge (rebase) March 25, 2025 13:19
@roypat roypat disabled auto-merge March 25, 2025 14:44
@roypat roypat enabled auto-merge (rebase) March 25, 2025 15:43
@roypat roypat merged commit a6c9559 into main Mar 25, 2025
5 of 7 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-f4b88f9489 branch March 25, 2025 16:10
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