Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2025

Bumps the firecracker group with 4 updates: clap, vmm-sys-util, clap_builder and once_cell.

Updates clap from 4.5.32 to 4.5.34

Release notes

Sourced from clap's releases.

v4.5.34

[4.5.34] - 2025-03-27

Fixes

  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

v4.5.33

[4.5.33] - 2025-03-26

Fixes

  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group
Changelog

Sourced from clap's changelog.

[4.5.34] - 2025-03-27

Fixes

  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

[4.5.33] - 2025-03-26

Fixes

  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group
Commits
  • 5d2cdac chore: Release
  • f1c10eb docs: Update changelog
  • a4d1a7f chore(ci): Take a break from template updates
  • e95ed39 Merge pull request #5775 from vivienm/master
  • 18f8d4c chore(deps): Update Rust Stable to v1.82 (#5788)
  • f35d8e0 Merge pull request #5787 from epage/template
  • 1389d7d chore: Update from '_rust/main' template
  • dbc9faa chore(ci): Initialize git for template update
  • 3dac2f3 chore(ci): Get history for template update
  • e1f77da chore(ci): Fix branch for template update
  • Additional commits viewable in compare view

Updates vmm-sys-util from 0.12.1 to 0.13.0

Release notes

Sourced from vmm-sys-util's releases.

vmm-sys-util-v0.13.0

Changelog

v0.13.0

Added

  • [#230]: Introduce align_downwards! and align_upwards! macro to help address aligning, this implementation is faster than div_ceil way and more robust.
  • [#236]: Add a utility function for constructing an empty FamStructWrapper with a given header.

Changed

  • [#228]: Make Debug impl for FamStructWrapper<T> print out contents of the flexible array member. This causes Debug to only be implemented if T::Entry: Debug.

Removed

  • [#235]: Removed impl From<Vec<T>> for FamStructWrapper<T>, as this was unsound.
Changelog

Sourced from vmm-sys-util's changelog.

v0.13.0

Added

  • [#230]: Introduce align_downwards! and align_upwards! macro to help address aligning, this implementation is faster than div_ceil way and more robust.
  • [#236]: Add a utility function for constructing an empty FamStructWrapper with a given header.

Changed

  • [#228]: Make Debug impl for FamStructWrapper<T> print out contents of the flexible array member. This causes Debug to only be implemented if T::Entry: Debug.

Removed

  • [#235]: Removed impl From<Vec<T>> for FamStructWrapper<T>, as this was unsound.
Commits
  • 1d61067 chore: Prepare 0.13.0 release
  • 566f8c3 chore: Document #236 to CHANGELOG.md
  • e078a42 fam: add FamStructWrapper::from_header
  • e4aa208 chore: add changelog entry
  • b4a7e4c Add debug_asserts to FamStructWrapper::from_raw
  • b869a61 remove unsound impl From<Vec> for FamStructWrapper<T>
  • 995a420 build(deps): bump rust-vmm-ci from 09aef99 to 2d733b0
  • 529589f chore: appease clippy
  • f765e56 build(deps): bump rust-vmm-ci from 1150c47 to 09aef99
  • 0740cbe align: Update CHANGELOG.md
  • Additional commits viewable in compare view

Updates clap_builder from 4.5.32 to 4.5.34

Release notes

Sourced from clap_builder's releases.

v4.5.34

[4.5.34] - 2025-03-27

Fixes

  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

v4.5.33

[4.5.33] - 2025-03-26

Fixes

  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group
Changelog

Sourced from clap_builder's changelog.

[4.5.34] - 2025-03-27

Fixes

  • (help) Don't add extra blank lines with flatten_help(true) and subcommands without arguments

[4.5.33] - 2025-03-26

Fixes

  • (error) When showing the usage of a suggestion for an unknown argument, don't show the group
Commits
  • b4961bb chore: Release
  • bc7d9d8 docs: Update changelog
  • f3959ca Merge pull request #5961 from BrandonXLF/flat-subcommands-no-args
  • 21b0a30 fix(help): Don't add \n when a flat subcommand has no args
  • 086f95f chore: Release
  • 5d91609 docs: Update changelog
  • d161519 Merge pull request #5959 from epage/error
  • 7893f88 fix(parser): Don't include groups in argument suggestions
  • d0987fd test(derive): Show bad error from implicit group
  • 35f55af test: Use snapshots more
  • Additional commits viewable in compare view

Updates once_cell from 1.21.1 to 1.21.3

Changelog

Sourced from once_cell's changelog.

1.21.3

  • Outline more initialization in race: #284, #285.

1.21.2

  • Relax success ordering from AcqRel to Release in race: #278.
Commits
  • 29e3d93 Merge pull request #286 from briansmith/b/once-ref-dry
  • a206950 Prepare for 1.21.3 release.
  • 17d4a9b DRY race::OnceRef::{get_or_try_init, set}.
  • 01b1d56 Merge pull request #285 from briansmith/b/once-ref-cold
  • a851cc4 Mark initialization of OnceRef::get_or_try_init cold.
  • 2447a93 Merge pull request #281 from briansmith/b/init-inner
  • c294d64 Merge pull request #280 from briansmith/b/self
  • 5f0fdd4 Merge pull request #283 from briansmith/b/cast_mut
  • 899e319 Merge pull request #284 from briansmith/b/dry-get
  • 90da60b Mark initialization of OnceBox::get_or_try_init cold.
  • Additional commits viewable 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: [clap](https://github.com/clap-rs/clap), [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util), [clap_builder](https://github.com/clap-rs/clap) and [once_cell](https://github.com/matklad/once_cell).


Updates `clap` from 4.5.32 to 4.5.34
- [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.32...clap_complete-v4.5.34)

Updates `vmm-sys-util` from 0.12.1 to 0.13.0
- [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases)
- [Changelog](https://github.com/rust-vmm/vmm-sys-util/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/vmm-sys-util@v0.12.1...v0.13.0)

Updates `clap_builder` from 4.5.32 to 4.5.34
- [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.32...v4.5.34)

Updates `once_cell` from 1.21.1 to 1.21.3
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.21.1...v1.21.3)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: vmm-sys-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: clap_builder
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: once_cell
  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 Mar 31, 2025
@roypat roypat added the Status: Awaiting review Indicates that a pull request is ready to be reviewed label Apr 1, 2025
@roypat roypat enabled auto-merge (rebase) April 1, 2025 07:56
@Manciukic
Copy link
Contributor

Should we @dependabot unignore bincode? Did we already do that? Iirc we were waiting for the next dependabot CR after the rust toolchain update.

@roypat
Copy link
Contributor

roypat commented Apr 1, 2025

ah, yeah, we should also do that

@roypat
Copy link
Contributor

roypat commented Apr 2, 2025

@dependabot unignore bincode

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 2, 2025

OK, I will stop ignoring the bincode dependency.

@roypat
Copy link
Contributor

roypat commented Apr 2, 2025

@dependabot ignore vmm-sys-util

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 2, 2025

OK, I won't notify you about vmm-sys-util again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 2, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 2, 2025
auto-merge was automatically disabled April 2, 2025 06:13

Pull request was closed

@dependabot dependabot bot deleted the dependabot/cargo/firecracker-89ee937460 branch April 2, 2025 06:13
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.

3 participants