Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): Bump the firecracker group with 13 updates #5405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
roypat merged 2 commits into main from dependabot/cargo/firecracker-ec7ed8e428
Aug 26, 2025

Conversation

Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

Bumps the firecracker group with 13 updates:

Package From To
thiserror 2.0.15 2.0.16
serde_json 1.0.142 1.0.143
regex 1.11.1 1.11.2
bitflags 2.9.2 2.9.3
cc 1.2.33 1.2.34
cfg-if 1.0.1 1.0.3
indexmap 2.10.0 2.11.0
jobserver 0.1.33 0.1.34
prettyplease 0.2.36 0.2.37
regex-automata 0.4.9 0.4.10
regex-syntax 0.8.5 0.8.6
winapi-util 0.1.9 0.1.10
winnow 0.7.12 0.7.13

Updates thiserror from 2.0.15 to 2.0.16

Release notes

Sourced from thiserror's releases.

2.0.16

  • Add to "no-std" crates.io category (#429)
Commits

Updates serde_json from 1.0.142 to 1.0.143

Release notes

Sourced from serde_json's releases.

v1.0.143

Commits
  • 10102c4 Release 1.0.143
  • 2a5b853 Replace super::super with absolute path within crate
  • 447170b Merge pull request 1271 from mickvangelderen/mick/impl-from-str-for-map
  • ec190d6 Merge pull request #1264 from xlambein/master
  • 8be6647 Merge pull request #1268 from SOF3/compact-default
  • ba5b3cc Revert "Pin nightly toolchain used for miri job"
  • fd35a02 Implement FromStr for Map<String, Value>
  • bea0fe6 Implement Default for CompactFormatter
  • 0c0e9f6 Add Clone and Debug impls to map iterators
  • See full diff in compare view

Updates regex from 1.11.1 to 1.11.2

Changelog

Sourced from regex's changelog.

1.11.2 (2025年08月24日)

This is a new patch release of regex with some minor fixes. A larger number of typo or lint fix patches were merged. Also, we now finally recommend using std::sync::LazyLock.

Improvements:

Bug fixes:

Commits

Updates bitflags from 2.9.2 to 2.9.3

Release notes

Sourced from bitflags's releases.

2.9.3

What's Changed

New Contributors

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

Changelog

Sourced from bitflags's changelog.

2.9.3

What's Changed

New Contributors

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

Commits
  • f59ad49 Merge pull request #459 from KodrAus/cargo/2.9.3
  • 2c3a4f4 prepare for 2.9.3 release
  • 9e1cf3e Merge pull request #458 from nnethercote/streamline-generated-code
  • a3f1f78 Avoid calling InternalBitFlags::{bits,from_bits_retain}.
  • aead794 Avoid local variables in generated code.
  • See full diff in compare view

Updates cc from 1.2.33 to 1.2.34

Changelog

Sourced from cc's changelog.

1.2.34 - 2025年08月22日

Fixed

  • add -mcpu=mvp and -mmutable-globals for wasm32v1-none (#1524)

Other

  • Optimize parse_version in find_tools.rs (#1527)
  • Fallback to manually searching for tool dir (#1526)
Commits

Updates cfg-if from 1.0.1 to 1.0.3

Release notes

Sourced from cfg-if's releases.

v1.0.3

  • Revert "Remove @__identity rule."

v1.0.2

  • Remove @__identity rule.
Changelog

Sourced from cfg-if's changelog.

1.0.3 - 2025年08月19日

  • Revert "Remove @__identity rule."

1.0.2 - 2025年08月19日

  • Remove @__identity rule.
Commits

Updates indexmap from 2.10.0 to 2.11.0

Changelog

Sourced from indexmap's changelog.

2.11.0 (2025年08月22日)

  • Added insert_sorted_by and insert_sorted_by_key methods to IndexMap, IndexSet, and VacantEntry, like customizable versions of insert_sorted.
  • Added is_sorted, is_sorted_by, and is_sorted_by_key methods to IndexMap and IndexSet, as well as their Slice counterparts.
  • Added sort_by_key and sort_unstable_by_key methods to IndexMap and IndexSet, as well as parallel counterparts.
  • Added replace_index methods to IndexMap, IndexSet, and VacantEntry to replace the key (or set value) at a given index.
  • Added optional sval serialization support.
Commits
  • 91d53ad Merge pull request #409 from cuviper/release-2.11.0
  • cf566a7 Release 2.11.0
  • 2e173dc Merge pull request #408 from cuviper/is_sorted
  • e4bb7d0 Add is_sorted{,_by,_by_key}
  • 0f40489 Merge pull request #407 from cuviper/sort_by_key
  • ab9e461 Add sort_by_key and sort_unstable_by_key
  • a468ca4 Normalize to ASCII apostrophes
  • 7939ae9 Merge pull request #406 from cuviper/more-insert_sorted_by
  • 354345b Take two entries in insert_sorted_by
  • 314ec7d Add quick checks for insert_sorted_by
  • Additional commits viewable in compare view

Updates jobserver from 0.1.33 to 0.1.34

Commits
  • 4bcd123 chore: bump to 0.1.34
  • 8d04a3f Merge pull request #113 from bjorn3/miri_fixes
  • 5f0b099 Disable helper thread cleanup signals in miri
  • c5f6152 Fix a warning
  • 588c01d Use pipe2 libc wrapper rather than a raw syscall
  • fcb9137 Pipe2 is always available on Linux
  • See full diff in compare view

Updates prettyplease from 0.2.36 to 0.2.37

Release notes

Sourced from prettyplease's releases.

0.2.37

  • Replace ~const syntax with [const] conditionally const syntax (#123)
Commits
  • c971184 Release 0.2.37
  • 484e060 Merge pull request #123 from dtolnay/conditionallyconst
  • 38d93c7 Replace ~const syntax with [const] conditionally const syntax
  • e1c92b1 Merge pull request #122 from dtolnay/negativeinherent
  • 1f74d47 Reject negative inherent impls
  • See full diff in compare view

Updates regex-automata from 0.4.9 to 0.4.10

Commits
  • 873ed80 regex-automata-0.4.10
  • ea834f8 regex-syntax-0.8.6
  • 86836fb changelog: 1.11.2
  • 63a26c1 cargo: ensure that 'perf' doesn't enable 'std' implicitly (#1150)
  • dd96592 doc: clarify CRLF mode effect
  • 931dae0 cargo: point repository metadata to clonable URLs
  • a66fde6 doc: remove references to non-existent parameters
  • 1873e96 automata: add DFA::set_prefilter method to the DFA types
  • 89ff153 doc: fix misspelling typo
  • cb823b0 doc: fix another repeated word
  • Additional commits viewable in compare view

Updates regex-syntax from 0.8.5 to 0.8.6

Commits
  • ea834f8 regex-syntax-0.8.6
  • 86836fb changelog: 1.11.2
  • 63a26c1 cargo: ensure that 'perf' doesn't enable 'std' implicitly (#1150)
  • dd96592 doc: clarify CRLF mode effect
  • 931dae0 cargo: point repository metadata to clonable URLs
  • a66fde6 doc: remove references to non-existent parameters
  • 1873e96 automata: add DFA::set_prefilter method to the DFA types
  • 89ff153 doc: fix misspelling typo
  • cb823b0 doc: fix another repeated word
  • 9f0a372 doc: fix Its -> It's
  • Additional commits viewable in compare view

Updates winapi-util from 0.1.9 to 0.1.10

Commits

Updates winnow from 0.7.12 to 0.7.13

Changelog

Sourced from winnow's changelog.

[0.7.13] - 2025年08月22日

Features

  • Allow accumulating String into String
  • Allow accumulating Cow<str> into String
Commits

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 |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.15` | `2.0.16` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.142` | `1.0.143` |
| [regex](https://github.com/rust-lang/regex) | `1.11.1` | `1.11.2` |
| [bitflags](https://github.com/bitflags/bitflags) | `2.9.2` | `2.9.3` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.33` | `1.2.34` |
| [cfg-if](https://github.com/rust-lang/cfg-if) | `1.0.1` | `1.0.3` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.10.0` | `2.11.0` |
| [jobserver](https://github.com/rust-lang/jobserver-rs) | `0.1.33` | `0.1.34` |
| [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.36` | `0.2.37` |
| [regex-automata](https://github.com/rust-lang/regex) | `0.4.9` | `0.4.10` |
| [regex-syntax](https://github.com/rust-lang/regex) | `0.8.5` | `0.8.6` |
| [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.9` | `0.1.10` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.7.12` | `0.7.13` |
Updates `thiserror` from 2.0.15 to 2.0.16
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.15...2.0.16)
Updates `serde_json` from 1.0.142 to 1.0.143
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.142...v1.0.143)
Updates `regex` from 1.11.1 to 1.11.2
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.11.1...1.11.2)
Updates `bitflags` from 2.9.2 to 2.9.3
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.9.2...2.9.3)
Updates `cc` from 1.2.33 to 1.2.34
- [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.33...cc-v1.2.34)
Updates `cfg-if` from 1.0.1 to 1.0.3
- [Release notes](https://github.com/rust-lang/cfg-if/releases)
- [Changelog](https://github.com/rust-lang/cfg-if/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cfg-if@v1.0.1...v1.0.3)
Updates `indexmap` from 2.10.0 to 2.11.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.10.0...2.11.0)
Updates `jobserver` from 0.1.33 to 0.1.34
- [Commits](rust-lang/jobserver-rs@0.1.33...0.1.34)
Updates `prettyplease` from 0.2.36 to 0.2.37
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.36...0.2.37)
Updates `regex-automata` from 0.4.9 to 0.4.10
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@regex-automata-0.4.9...regex-automata-0.4.10)
Updates `regex-syntax` from 0.8.5 to 0.8.6
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@regex-syntax-0.8.5...regex-syntax-0.8.6)
Updates `winapi-util` from 0.1.9 to 0.1.10
- [Commits](BurntSushi/winapi-util@0.1.9...0.1.10)
Updates `winnow` from 0.7.12 to 0.7.13
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.7.12...v0.7.13)
---
updated-dependencies:
- dependency-name: thiserror
 dependency-version: 2.0.16
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: firecracker
- dependency-name: serde_json
 dependency-version: 1.0.143
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: firecracker
- dependency-name: regex
 dependency-version: 1.11.2
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: firecracker
- dependency-name: bitflags
 dependency-version: 2.9.3
 dependency-type: direct:production
 update-type: version-update:semver-patch
 dependency-group: firecracker
- dependency-name: cc
 dependency-version: 1.2.34
 dependency-type: indirect
 update-type: version-update:semver-patch
 dependency-group: firecracker
- dependency-name: cfg-if
 dependency-version: 1.0.3
 dependency-type: indirect
 update-type: version-update:semver-patch
 dependency-group: firecracker
- dependency-name: indexmap
 dependency-version: 2.11.0
 dependency-type: indirect
 update-type: version-update:semver-minor
 dependency-group: firecracker
- dependency-name: jobserver
 dependency-version: 0.1.34
 dependency-type: indirect
 update-type: version-update:semver-patch
 dependency-group: firecracker
- dependency-name: prettyplease
 dependency-version: 0.2.37
 dependency-type: indirect
 update-type: version-update:semver-patch
 dependency-group: firecracker
- dependency-name: regex-automata
 dependency-version: 0.4.10
 dependency-type: indirect
 update-type: version-update:semver-patch
 dependency-group: firecracker
- dependency-name: regex-syntax
 dependency-version: 0.8.6
 dependency-type: indirect
 update-type: version-update:semver-patch
 dependency-group: firecracker
- dependency-name: winapi-util
 dependency-version: 0.1.10
 dependency-type: indirect
 update-type: version-update:semver-patch
 dependency-group: firecracker
- dependency-name: winnow
 dependency-version: 0.7.13
 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 Aug 26, 2025
Copy link

codecov bot commented Aug 26, 2025
edited
Loading

Codecov Report

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

Additional details and impacted files
@@ Coverage Diff @@
## main #5405 +/- ##
==========================================
+ Coverage 83.12% 83.17% +0.04% 
==========================================
 Files 266 266 
 Lines 30527 30527 
==========================================
+ Hits 25377 25391 +14 
+ Misses 5150 5136 -14 
Flag Coverage Δ
5.10-c5n.metal 83.23% <ø> (ø)
5.10-m5n.metal 83.22% <ø> (-0.01%) ⬇️
5.10-m6a.metal 82.53% <ø> (-0.01%) ⬇️
5.10-m6g.metal 79.86% <ø> (ø)
5.10-m6i.metal 83.23% <ø> (+<0.01%) ⬆️
5.10-m7a.metal-48xl 82.53% <ø> (?)
5.10-m7g.metal 79.86% <ø> (ø)
5.10-m7i.metal-24xl 83.19% <ø> (?)
5.10-m7i.metal-48xl 83.19% <ø> (?)
5.10-m8g.metal-24xl 79.86% <ø> (?)
5.10-m8g.metal-48xl 79.86% <ø> (?)
6.1-c5n.metal 83.27% <ø> (ø)
6.1-m5n.metal 83.27% <ø> (-0.01%) ⬇️
6.1-m6a.metal 82.59% <ø> (ø)
6.1-m6g.metal 79.86% <ø> (ø)
6.1-m6i.metal 83.27% <ø> (+<0.01%) ⬆️
6.1-m7a.metal-48xl 82.58% <ø> (?)
6.1-m7g.metal 79.86% <ø> (+<0.01%) ⬆️
6.1-m7i.metal-24xl 83.29% <ø> (?)
6.1-m7i.metal-48xl 83.28% <ø> (?)
6.1-m8g.metal-24xl 79.86% <ø> (?)
6.1-m8g.metal-48xl 79.86% <ø> (?)

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 4ee4c68 into main Aug 26, 2025
8 of 9 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-ec7ed8e428 branch August 26, 2025 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers

@Manciukic Manciukic Manciukic approved these changes

@roypat roypat roypat approved these changes

Assignees
No one assigned
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants

AltStyle によって変換されたページ (->オリジナル) /