Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps the firecracker group with 11 updates:

Package From To
serde_json 1.0.140 1.0.141
cargo_toml 0.22.1 0.22.3
aws-lc-rs 1.13.2 1.13.3
criterion 0.6.0 0.7.0
cc 1.2.29 1.2.30
criterion-plot 0.5.0 0.6.0
prettyplease 0.2.35 0.2.36
rand 0.9.1 0.9.2
serde_spanned 0.6.9 1.0.0
toml 0.8.23 0.9.2
toml_datetime 0.6.11 0.7.0

Updates serde_json from 1.0.140 to 1.0.141

Release notes

Sourced from serde_json's releases.

v1.0.141

Commits
  • 6843c36 Release 1.0.141
  • 6e2c210 Touch up PR 1273
  • 623d9b4 Merge pull request #1273 from conradludgate/optimise-string-escaping
  • de70b7d use unreachable_unchecked for escape table. use a second match to roundtrip E...
  • f2d940d replace start index with bytes slice reference
  • cd55b5a Ignore mismatched_lifetime_syntaxes lint
  • c1826eb Pin nightly toolchain used for miri job
  • 8a56cfa Merge pull request #1248 from jimmycathy/master
  • af3d80d chore: fix typo
  • See full diff in compare view

Updates cargo_toml from 0.22.1 to 0.22.3

Commits

Updates aws-lc-rs from 1.13.2 to 1.13.3

Release notes

Sourced from aws-lc-rs's releases.

aws-lc-rs v1.13.3

What's Changed

Other Merged PRs

Full Changelog: aws/aws-lc-rs@v1.13.2...v1.13.3

Commits

Updates criterion from 0.6.0 to 0.7.0

Changelog

Sourced from criterion's changelog.

[0.7.0] - 2025-07-25

  • Bump version of criterion-plot to align dependencies.
Commits
  • 567405d release: bump criterion and criterion-plot versions (#878)
  • ccccbcc fix: deal with throughput in bits (#861)
  • deb0eb0 feat: support throughput reports in bits (#833)
  • d4fd7cc Add CI job checking library builds with oldest allowed dependencies (#854)
  • See full diff in compare view

Updates cc from 1.2.29 to 1.2.30

Release notes

Sourced from cc's releases.

cc-v1.2.30

Other

  • define _REENTRANT by default (#1496)
Changelog

Sourced from cc's changelog.

1.2.30 - 2025-07-18

Other

  • define _REENTRANT by default (#1496)
Commits

Updates criterion-plot from 0.5.0 to 0.6.0

Changelog

Sourced from criterion-plot's changelog.

[0.6.0] - 2025-05-17

Changed

  • MSRV bumped to 1.80
  • The real_blackbox feature no longer has any impact. Criterion always uses std::hint::black_box() now. Users of criterion::black_box() should switch to std::hint::black_box().
  • clap dependency unpinned.

Fixed

  • gnuplot version is now correctly detected when using certain Windows binaries/configurations that used to fail

Added

  • Async benchmarking with Tokio may be done via a tokio::runtime::Handle, not only a tokio::runtime::Runtime

[0.5.1] - 2023-05-26

Fixed

  • Quick mode (--quick) no longer crashes with measured times over 5 seconds when --noplot is not active
Commits

Updates prettyplease from 0.2.35 to 0.2.36

Release notes

Sourced from prettyplease's releases.

0.2.36

Commits

Updates rand from 0.9.1 to 0.9.2

Changelog

Sourced from rand's changelog.

[0.9.2 — 2025-07-20]

Deprecated

  • Deprecate rand::rngs::mock module and StepRng generator (#1634)

Additions

  • Enable WeightedIndex<usize> (de)serialization (#1646)
Commits

Updates serde_spanned from 0.6.9 to 1.0.0

Commits

Updates toml from 0.8.23 to 0.9.2

Commits

Updates toml_datetime from 0.6.11 to 0.7.0

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

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.141` |
| [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) | `0.22.1` | `0.22.3` |
| [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.13.2` | `1.13.3` |
| [criterion](https://github.com/bheisler/criterion.rs) | `0.6.0` | `0.7.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.29` | `1.2.30` |
| [criterion-plot](https://github.com/bheisler/criterion.rs) | `0.5.0` | `0.6.0` |
| [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.35` | `0.2.36` |
| [rand](https://github.com/rust-random/rand) | `0.9.1` | `0.9.2` |
| [serde_spanned](https://github.com/toml-rs/toml) | `0.6.9` | `1.0.0` |
| [toml](https://github.com/toml-rs/toml) | `0.8.23` | `0.9.2` |
| [toml_datetime](https://github.com/toml-rs/toml) | `0.6.11` | `0.7.0` |


Updates `serde_json` from 1.0.140 to 1.0.141
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.140...v1.0.141)

Updates `cargo_toml` from 0.22.1 to 0.22.3
- [Commits](https://gitlab.com/lib.rs/cargo_toml/compare/v0.22.1...v0.22.3)

Updates `aws-lc-rs` from 1.13.2 to 1.13.3
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@v1.13.2...v1.13.3)

Updates `criterion` from 0.6.0 to 0.7.0
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.6.0...0.7.0)

Updates `cc` from 1.2.29 to 1.2.30
- [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.29...cc-v1.2.30)

Updates `criterion-plot` from 0.5.0 to 0.6.0
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.5.0...0.6.0)

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

Updates `rand` from 0.9.1 to 0.9.2
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@rand_core-0.9.1...rand_core-0.9.2)

Updates `serde_spanned` from 0.6.9 to 1.0.0
- [Commits](toml-rs/toml@serde_spanned-v0.6.9...serde_spanned-v1.0.0)

Updates `toml` from 0.8.23 to 0.9.2
- [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.2)

Updates `toml_datetime` from 0.6.11 to 0.7.0
- [Commits](toml-rs/toml@toml_datetime-v0.6.11...toml_datetime-v0.7.0)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-version: 1.0.141
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: cargo_toml
  dependency-version: 0.22.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: aws-lc-rs
  dependency-version: 1.13.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: criterion
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: cc
  dependency-version: 1.2.30
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: criterion-plot
  dependency-version: 0.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: prettyplease
  dependency-version: 0.2.36
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: rand
  dependency-version: 0.9.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde_spanned
  dependency-version: 1.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: firecracker
- dependency-name: toml
  dependency-version: 0.9.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: toml_datetime
  dependency-version: 0.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  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 Jul 28, 2025
@roypat roypat added the Status: Awaiting review Indicates that a pull request is ready to be reviewed label Jul 29, 2025
Copy link

codecov bot commented Jul 29, 2025

Codecov Report

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

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5332      +/-   ##
==========================================
+ Coverage   82.98%   83.03%   +0.05%     
==========================================
  Files         250      250              
  Lines       26837    26837              
==========================================
+ Hits        22271    22285      +14     
+ Misses       4566     4552      -14     
Flag Coverage Δ
5.10-c5n.metal 83.48% <ø> (ø)
5.10-m5n.metal 83.48% <ø> (+<0.01%) ⬆️
5.10-m6a.metal 82.70% <ø> (+<0.01%) ⬆️
5.10-m6g.metal 79.15% <ø> (ø)
5.10-m6i.metal 83.48% <ø> (+<0.01%) ⬆️
5.10-m7a.metal-48xl 82.69% <ø> (?)
5.10-m7g.metal 79.15% <ø> (ø)
5.10-m7i.metal-24xl 83.44% <ø> (?)
5.10-m7i.metal-48xl 83.44% <ø> (?)
5.10-m8g.metal-24xl 79.15% <ø> (?)
5.10-m8g.metal-48xl 79.14% <ø> (?)
6.1-c5n.metal 83.53% <ø> (ø)
6.1-m5n.metal 83.53% <ø> (+<0.01%) ⬆️
6.1-m6a.metal 82.75% <ø> (+<0.01%) ⬆️
6.1-m6g.metal 79.15% <ø> (ø)
6.1-m6i.metal 83.53% <ø> (+<0.01%) ⬆️
6.1-m7a.metal-48xl 82.74% <ø> (?)
6.1-m7g.metal 79.14% <ø> (-0.01%) ⬇️
6.1-m7i.metal-24xl 83.54% <ø> (?)
6.1-m7i.metal-48xl 83.53% <ø> (?)
6.1-m8g.metal-24xl 79.14% <ø> (?)
6.1-m8g.metal-48xl 79.14% <ø> (?)

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 merged commit 357dedc into main Jul 29, 2025
8 of 10 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-90c37b7763 branch July 29, 2025 08:21
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