Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps the firecracker group with 4 updates: cc, errno, indexmap and prettyplease.

Updates cc from 1.2.17 to 1.2.18

Release notes

Sourced from cc's releases.

cc-v1.2.18

Other

  • Regenerate target info (#1450)
  • Use std::thread::available_parallelism for determining the default number of jobs (#1447)
  • Fix mips64-openwrt-linux-musl parsing (#1449)
  • Use compiler prefix x86_64-linux-musl (#1443)
Changelog

Sourced from cc's changelog.

1.2.18 - 2025-04-04

Other

  • Regenerate target info (#1450)
  • Use std::thread::available_parallelism for determining the default number of jobs (#1447)
  • Fix mips64-openwrt-linux-musl parsing (#1449)
  • Use compiler prefix x86_64-linux-musl (#1443)
Commits

Updates errno from 0.3.10 to 0.3.11

Changelog

Sourced from errno's changelog.

[0.3.11] - 2025-04-04

  • Add VxWorks support #105

  • Add cygwin support #106

Commits

Updates indexmap from 2.8.0 to 2.9.0

Changelog

Sourced from indexmap's changelog.

2.9.0 (2025-04-04)

  • Added a get_disjoint_mut method to IndexMap, matching Rust 1.86's HashMap method.
  • Added a get_disjoint_indices_mut method to IndexMap and map::Slice, matching Rust 1.86's get_disjoint_mut method on slices.
  • Deprecated the borsh feature in favor of their own indexmap feature, solving a cyclic dependency that occured via borsh-derive.
Commits
  • 1818d41 Merge pull request #387 from cuviper/release-2.9.0
  • 9f49983 Release 2.9.0
  • 582a90f Merge pull request #386 from cuviper/de-borsh
  • 9011739 Deprecate the "borsh" feature
  • 0a836e8 Merge pull request #238 from NiklasJonsson/get_many_mut
  • 434d7ac Avoid let-else for MSRV's sake
  • 5be552d Implement additional suggestions from review
  • 4e1d8ce Address review feedback
  • 5aec9ec Implement get_disjoint_mut for arrays of keys
  • d10de30 Merge pull request #385 from iajoiner/docs/macros
  • Additional commits viewable in compare view

Updates prettyplease from 0.2.31 to 0.2.32

Release notes

Sourced from prettyplease's releases.

0.2.32

Commits
  • 81c6daa Release 0.2.32
  • 9e7423e Reorder block comment logic to consider bytes in order
  • 3cf820b Merge pull request #113 from arkeet/block-comment-slash
  • 7c441be Forbid block comments that end in a slash.
  • 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 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 4 updates: [cc](https://github.com/rust-lang/cc-rs), [errno](https://github.com/lambda-fairy/rust-errno), [indexmap](https://github.com/indexmap-rs/indexmap) and [prettyplease](https://github.com/dtolnay/prettyplease).


Updates `cc` from 1.2.17 to 1.2.18
- [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.17...cc-v1.2.18)

Updates `errno` from 0.3.10 to 0.3.11
- [Release notes](https://github.com/lambda-fairy/rust-errno/releases)
- [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md)
- [Commits](lambda-fairy/rust-errno@v0.3.10...v0.3.11)

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

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

---
updated-dependencies:
- dependency-name: cc
  dependency-version: 1.2.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: errno
  dependency-version: 0.3.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: indexmap
  dependency-version: 2.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: prettyplease
  dependency-version: 0.2.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 Apr 7, 2025
@roypat roypat added the Status: Awaiting review Indicates that a pull request is ready to be reviewed label Apr 8, 2025
@codecov
Copy link

codecov bot commented Apr 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.03%. Comparing base (c664078) to head (4af6be4).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5145   +/-   ##
=======================================
  Coverage   83.03%   83.03%           
=======================================
  Files         250      250           
  Lines       26911    26911           
=======================================
  Hits        22345    22345           
  Misses       4566     4566           
Flag Coverage Δ
5.10-c5n.metal 83.55% <ø> (ø)
5.10-m5n.metal 83.55% <ø> (+<0.01%) ⬆️
5.10-m6a.metal 82.71% <ø> (ø)
5.10-m6g.metal 79.37% <ø> (ø)
5.10-m6i.metal 83.55% <ø> (+<0.01%) ⬆️
5.10-m7a.metal-48xl 82.71% <ø> (?)
5.10-m7g.metal 79.37% <ø> (ø)
6.1-c5n.metal 83.59% <ø> (-0.01%) ⬇️
6.1-m5n.metal 83.59% <ø> (ø)
6.1-m6a.metal 82.76% <ø> (ø)
6.1-m6g.metal 79.37% <ø> (ø)
6.1-m6i.metal 83.58% <ø> (ø)
6.1-m7a.metal-48xl 82.76% <ø> (?)
6.1-m7g.metal 79.37% <ø> (ø)

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 dc7362e into main Apr 8, 2025
8 of 10 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-4ece992703 branch April 8, 2025 08:29
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