Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the firecracker group with 7 updates:

Package From To
clap 4.5.35 4.5.36
cc 1.2.18 1.2.19
clap_builder 4.5.35 4.5.36
half 2.5.0 2.6.0
jiff 0.2.5 0.2.8
jiff-static 0.2.5 0.2.8
winnow 0.7.4 0.7.6

Updates clap from 4.5.35 to 4.5.36

Release notes

Sourced from clap's releases.

v4.5.36

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now
Changelog

Sourced from clap's changelog.

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now
Commits

Updates cc from 1.2.18 to 1.2.19

Release notes

Sourced from cc's releases.

cc-v1.2.19

Other

  • Fix musl compilation: Add musl as a prefix fallback (#1455)
Changelog

Sourced from cc's changelog.

1.2.19 - 2025-04-11

Other

  • Fix musl compilation: Add musl as a prefix fallback (#1455)
Commits

Updates clap_builder from 4.5.35 to 4.5.36

Release notes

Sourced from clap_builder's releases.

v4.5.36

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now
Changelog

Sourced from clap_builder's changelog.

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now
Commits

Updates half from 2.5.0 to 2.6.0

Release notes

Sourced from half's releases.

2.6.0

Changed

  • Fixed some incorrect minimum supported versions of dependencies that weren't caught due to improper Cargo.lock:
    • num-traits 0.2.14 -> 0.2.16
    • zerocopy 0.8.0 -> 0.8.23
    • arbitrary 1.3.2 -> 1.4.1

Added

  • f16 and bf16 now implement Immutable and KnownLayout for zerocopy crate. By [@​usamoi].
Changelog

Sourced from half's changelog.

[2.6.0] - 2024-04-08

Changed

  • Fixed some incorrect minimum supported versions of dependencies that weren't caught due to improper Cargo.lock:
    • num-traits 0.2.14 -> 0.2.16
    • zerocopy 0.8.0 -> 0.8.23
    • arbitrary 1.3.2 -> 1.4.1

Added

  • f16 and bf16 now implement Immutable and KnownLayout for zerocopy crate. By [@​usamoi].
Commits

Updates jiff from 0.2.5 to 0.2.8

Changelog

Sourced from jiff's changelog.

0.2.8 (2025-04-13)

This release fixes a bug where the constructors on SignedDuration for floating point durations could panic (in debug mode) or produce incorrect results (in release mode). This bug only impacts users of the try_from_secs_{f32,f64} and from_secs_{f32,f64} methods on SignedDuration.

Enhancements:

  • #326: Add an alternate Debug impl for SignedDuration that only shows its second and nanosecond components (while using only one component when the other is zero).

Bug fixes:

  • #324: Fix a bug that could produce a panic or incorrect results in SignedDuration::(try_)?from_secs_{f32,f64}.

0.2.7 (2025-04-13)

This release includes a bug fix that changes how an empty but set TZ environment variable is interpreted (as indistinguishable from TZ=UTC). This also includes a new enabled by default create feature, perf-inline, which allows toggling Jiff's use of inline(always). This may help improve compile times or decrease binary size.

Enhancements:

  • #320: Remove some internal uses of generics to mildly improve compile times.
  • #321: Add perf-inline crate feature for controlling inline(always) annotations.

Bug fixes:

  • #311: Make TZ= indistinguishable from TZ=UTC.

0.2.6 (2025-04-07)

This release includes a few bug fixes and support for discovering the IANA Time Zone Database automatically on Illumos.

Enhancements:

... (truncated)

Commits
  • d27af19 0.2.8
  • d1921a8 changelog: 0.2.8
  • 093d6b9 signed_duration: add alternate Debug implementation
  • c939baa signed_duration: fix panic in SignedDuration::try_from_secs_f64
  • 3e32e71 0.2.7
  • 01e2414 changelog: 0.2.7
  • 06b94b5 jiff-static: add perf-inline feature to jiff-static
  • cd4b25e vim: remove most linked projects
  • 058c317 jiff-cli: re-generate shared code in jiff-static
  • 32c4b93 changelog: add recent changes
  • Additional commits viewable in compare view

Updates jiff-static from 0.2.5 to 0.2.8

Changelog

Sourced from jiff-static's changelog.

0.2.8 (2025-04-13)

This release fixes a bug where the constructors on SignedDuration for floating point durations could panic (in debug mode) or produce incorrect results (in release mode). This bug only impacts users of the try_from_secs_{f32,f64} and from_secs_{f32,f64} methods on SignedDuration.

Enhancements:

  • #326: Add an alternate Debug impl for SignedDuration that only shows its second and nanosecond components (while using only one component when the other is zero).

Bug fixes:

  • #324: Fix a bug that could produce a panic or incorrect results in SignedDuration::(try_)?from_secs_{f32,f64}.

0.2.7 (2025-04-13)

This release includes a bug fix that changes how an empty but set TZ environment variable is interpreted (as indistinguishable from TZ=UTC). This also includes a new enabled by default create feature, perf-inline, which allows toggling Jiff's use of inline(always). This may help improve compile times or decrease binary size.

Enhancements:

  • #320: Remove some internal uses of generics to mildly improve compile times.
  • #321: Add perf-inline crate feature for controlling inline(always) annotations.

Bug fixes:

  • #311: Make TZ= indistinguishable from TZ=UTC.

0.2.6 (2025-04-07)

This release includes a few bug fixes and support for discovering the IANA Time Zone Database automatically on Illumos.

Enhancements:

... (truncated)

Commits
  • d27af19 0.2.8
  • d1921a8 changelog: 0.2.8
  • 093d6b9 signed_duration: add alternate Debug implementation
  • c939baa signed_duration: fix panic in SignedDuration::try_from_secs_f64
  • 3e32e71 0.2.7
  • 01e2414 changelog: 0.2.7
  • 06b94b5 jiff-static: add perf-inline feature to jiff-static
  • cd4b25e vim: remove most linked projects
  • 058c317 jiff-cli: re-generate shared code in jiff-static
  • 32c4b93 changelog: add recent changes
  • Additional commits viewable in compare view

Updates winnow from 0.7.4 to 0.7.6

Changelog

Sourced from winnow's changelog.

[0.7.6] - 2025-04-07

Features

  • Add TokenSlice::previous_tokens

[0.7.5] - 2025-04-07

Features

  • Add Stream::next_slice_unchecked and Stream::peek_slice_unchecked
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 7 updates:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.35` | `4.5.36` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.18` | `1.2.19` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.35` | `4.5.36` |
| [half](https://github.com/VoidStarKat/half-rs) | `2.5.0` | `2.6.0` |
| [jiff](https://github.com/BurntSushi/jiff) | `0.2.5` | `0.2.8` |
| [jiff-static](https://github.com/BurntSushi/jiff) | `0.2.5` | `0.2.8` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.7.4` | `0.7.6` |


Updates `clap` from 4.5.35 to 4.5.36
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.35...clap_complete-v4.5.36)

Updates `cc` from 1.2.18 to 1.2.19
- [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.18...cc-v1.2.19)

Updates `clap_builder` from 4.5.35 to 4.5.36
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.35...v4.5.36)

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

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

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

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

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: cc
  dependency-version: 1.2.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: clap_builder
  dependency-version: 4.5.36
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: half
  dependency-version: 2.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: jiff
  dependency-version: 0.2.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: jiff-static
  dependency-version: 0.2.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: winnow
  dependency-version: 0.7.6
  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 14, 2025
@roypat roypat added the Status: Awaiting review Indicates that a pull request is ready to be reviewed label Apr 14, 2025
@codecov
Copy link

codecov bot commented Apr 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.09%. Comparing base (bc5671b) to head (9ca5c7e).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5154   +/-   ##
=======================================
  Coverage   83.09%   83.09%           
=======================================
  Files         250      250           
  Lines       26892    26892           
=======================================
  Hits        22346    22346           
  Misses       4546     4546           
Flag Coverage Δ
5.10-c5n.metal 83.59% <ø> (ø)
5.10-m5n.metal 83.59% <ø> (ø)
5.10-m6a.metal 82.81% <ø> (-0.01%) ⬇️
5.10-m6g.metal 79.38% <ø> (ø)
5.10-m6i.metal 83.57% <ø> (ø)
5.10-m7a.metal-48xl 82.79% <ø> (ø)
5.10-m7g.metal 79.38% <ø> (ø)
5.10-m7i.metal-24xl 83.54% <ø> (-0.01%) ⬇️
5.10-m7i.metal-48xl 83.55% <ø> (ø)
5.10-m8g.metal-24xl 79.37% <ø> (ø)
5.10-m8g.metal-48xl 79.37% <ø> (ø)
6.1-c5n.metal 83.63% <ø> (ø)
6.1-m5n.metal 83.63% <ø> (+<0.01%) ⬆️
6.1-m6a.metal 82.85% <ø> (ø)
6.1-m6g.metal 79.38% <ø> (ø)
6.1-m6i.metal 83.62% <ø> (-0.02%) ⬇️
6.1-m7a.metal-48xl 82.84% <ø> (-0.01%) ⬇️
6.1-m7g.metal 79.37% <ø> (-0.01%) ⬇️
6.1-m7i.metal-24xl 83.64% <ø> (ø)
6.1-m7i.metal-48xl 83.64% <ø> (-0.01%) ⬇️
6.1-m8g.metal-24xl 79.37% <ø> (ø)
6.1-m8g.metal-48xl 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 b240124 into main Apr 15, 2025
8 of 10 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-416dbea533 branch April 15, 2025 06:07
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