Skip to content

chore(deps): Bump the firecracker group with 5 updates#5861

Merged
zulinx86 merged 4 commits intomainfrom
dependabot/cargo/firecracker-923b240d53
Apr 30, 2026
Merged

chore(deps): Bump the firecracker group with 5 updates#5861
zulinx86 merged 4 commits intomainfrom
dependabot/cargo/firecracker-923b240d53

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps the firecracker group with 5 updates:

Package From To
libc 0.2.185 0.2.186
cc 1.2.60 1.2.61
jiff 0.2.23 0.2.24
jiff-static 0.2.23 0.2.24
pastey 0.2.1 0.2.2

Updates libc from 0.2.185 to 0.2.186

Release notes

Sourced from libc's releases.

0.2.186

Added

  • Apple: Add KEVENT_FLAG_* constants (#5070)
  • Linux: Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE (#5060)

Changed

  • CI: Migrate FreeBSD CI from Cirrus CI to GitHub Actions (#5058)
Changelog

Sourced from libc's changelog.

0.2.186 - 2026-04-24

Added

  • Apple: Add KEVENT_FLAG_* constants (#5070)
  • Linux: Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE (#5060)

Changed

  • CI: Migrate FreeBSD CI from Cirrus CI to GitHub Actions (#5058)
Commits
  • 42620ff [0.2] libc: Release 0.2.186
  • 9db2eaa apple: add KEVENT_FLAG_* constants
  • 3840939 Add PR_SET_MEMORY_MERGE and PR_GET_MEMORY_MERGE for linux
  • f697deb chore: migrate from Cirrus CI to GHA
  • See full diff in compare view

Updates cc from 1.2.60 to 1.2.61

Release notes

Sourced from cc's releases.

cc-v1.2.61

Other

  • fix OutputKind::Capture documentation (#1705)
Changelog

Sourced from cc's changelog.

1.2.61 - 2026-04-24

Other

  • fix OutputKind::Capture documentation (#1705)
Commits
  • 360f691 chore(cc): release v1.2.61 (#1707)
  • 17a2788 Bump taiki-e/install-action from 2.75.16 to 2.75.17 (#1706)
  • da52db7 command_helpers.rs: fix OutputKind::Capture documentation (#1705)
  • ee64d58 Bump taiki-e/install-action from 2.75.4 to 2.75.5 (#1703)
  • 78cf7e4 CI: Hash-pin all actions, apply other suggestions from zizmor (#1702)
  • See full diff in compare view

Updates jiff from 0.2.23 to 0.2.24

Changelog

Sourced from jiff's changelog.

0.2.24 (2026-04-23)

This release primarily adds a new memory_usage routine for reporting heap allocation sizes for the TimeZone and Zoned types. This release also acknowledges and updates the timeline expectations for a Jiff 1.0 release in README.md.

Enhancements:

  • #520: Add memory_usage to the TimeZone and Zoned types.
  • #535: Improve comment in Span::checked_add example.

Bug fixes:

  • #541: Update Jiff 1.0 timeline.
Commits

Updates jiff-static from 0.2.23 to 0.2.24

Changelog

Sourced from jiff-static's changelog.

0.2.24 (2026-04-23)

This release primarily adds a new memory_usage routine for reporting heap allocation sizes for the TimeZone and Zoned types. This release also acknowledges and updates the timeline expectations for a Jiff 1.0 release in README.md.

Enhancements:

  • #520: Add memory_usage to the TimeZone and Zoned types.
  • #535: Improve comment in Span::checked_add example.

Bug fixes:

  • #541: Update Jiff 1.0 timeline.
Commits

Updates pastey from 0.2.1 to 0.2.2

Release notes

Sourced from pastey's releases.

v0.2.2

What's Changed

New Contributors

Full Changelog: CHANGELOG.md

Changelog

Sourced from pastey's changelog.

[0.2.2] - 2026-04-23

Improved

  • Improved Code Coverage #28, #30

Fixed

  • Rust 1.56 compatibility: Handling None-delimited groups in replace modifier #25
Commits
  • f91b0f4 RELEASE v0.2.2
  • 93387eb add coverage on CI (#30)
  • 113fbc1 increase the code coverage (#28)
  • 4369237 Fix CI Rust 1.56 failure: pin dissimilar to 1.0.10
  • 6e3ef4a Fix Rust 1.56 compatibility: Handle None-delimited groups in replace modifier...
  • See full diff 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 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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [libc](https://github.com/rust-lang/libc) | `0.2.185` | `0.2.186` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.60` | `1.2.61` |
| [jiff](https://github.com/BurntSushi/jiff) | `0.2.23` | `0.2.24` |
| [jiff-static](https://github.com/BurntSushi/jiff) | `0.2.23` | `0.2.24` |
| [pastey](https://github.com/as1100k/pastey) | `0.2.1` | `0.2.2` |


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

Updates `cc` from 1.2.60 to 1.2.61
- [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.60...cc-v1.2.61)

Updates `jiff` from 0.2.23 to 0.2.24
- [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.23...jiff-static-0.2.24)

Updates `jiff-static` from 0.2.23 to 0.2.24
- [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.23...jiff-static-0.2.24)

Updates `pastey` from 0.2.1 to 0.2.2
- [Release notes](https://github.com/as1100k/pastey/releases)
- [Changelog](https://github.com/AS1100K/pastey/blob/master/CHANGELOG.md)
- [Commits](AS1100K/pastey@v0.2.1...v0.2.2)

---
updated-dependencies:
- dependency-name: libc
  dependency-version: 0.2.186
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: cc
  dependency-version: 1.2.61
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: jiff
  dependency-version: 0.2.24
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: jiff-static
  dependency-version: 0.2.24
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: pastey
  dependency-version: 0.2.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  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 Apr 27, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 28, 2026

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5861   +/-   ##
=======================================
  Coverage   82.79%   82.79%           
=======================================
  Files         276      276           
  Lines       29764    29764           
=======================================
  Hits        24643    24643           
  Misses       5121     5121           
Flag Coverage Δ
5.10-m5n.metal 83.09% <ø> (+0.01%) ⬆️
5.10-m6a.metal 82.41% <ø> (ø)
5.10-m6g.metal 79.70% <ø> (ø)
5.10-m6i.metal 83.08% <ø> (ø)
5.10-m7a.metal-48xl 82.40% <ø> (ø)
5.10-m7g.metal 79.70% <ø> (ø)
5.10-m7i.metal-24xl 83.06% <ø> (+<0.01%) ⬆️
5.10-m7i.metal-48xl 83.05% <ø> (ø)
5.10-m8g.metal-24xl 79.69% <ø> (-0.01%) ⬇️
5.10-m8g.metal-48xl 79.70% <ø> (+<0.01%) ⬆️
5.10-m8i.metal-48xl 83.06% <ø> (+<0.01%) ⬆️
5.10-m8i.metal-96xl 83.06% <ø> (ø)
6.1-m5n.metal 83.11% <ø> (ø)
6.1-m6a.metal 82.44% <ø> (+<0.01%) ⬆️
6.1-m6g.metal 79.70% <ø> (-0.01%) ⬇️
6.1-m6i.metal 83.12% <ø> (+<0.01%) ⬆️
6.1-m7a.metal-48xl 82.43% <ø> (-0.01%) ⬇️
6.1-m7g.metal 79.69% <ø> (-0.01%) ⬇️
6.1-m7i.metal-24xl 83.12% <ø> (ø)
6.1-m7i.metal-48xl 83.12% <ø> (ø)
6.1-m8g.metal-24xl 79.69% <ø> (-0.01%) ⬇️
6.1-m8g.metal-48xl 79.70% <ø> (ø)
6.1-m8i.metal-48xl 83.12% <ø> (+<0.01%) ⬆️
6.1-m8i.metal-96xl 83.12% <ø> (+<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 enabled auto-merge (rebase) April 30, 2026 02:07
@zulinx86 zulinx86 merged commit 6785376 into main Apr 30, 2026
8 of 9 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/firecracker-923b240d53 branch April 30, 2026 10:53
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.

2 participants