Skip to content

build(deps): Bump the firecracker group with 8 updates #4587

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps the firecracker group with 8 updates:

Package From To
serde 1.0.198 1.0.199
serde_derive 1.0.198 1.0.199
cargo_toml 0.20.0 0.20.2
kvm-ioctls 0.16.0 0.17.0
vm-superio 0.7.0 0.8.0
hashbrown 0.14.3 0.14.5
winapi-util 0.1.6 0.1.8
winnow 0.6.6 0.6.7

Updates serde from 1.0.198 to 1.0.199

Release notes

Sourced from serde's releases.

v1.0.199

  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#2732, thanks @​aatifsyed)
Commits
  • 1477028 Release 1.0.199
  • 789740b Merge pull request #2732 from aatifsyed/master
  • 8fe7539 fix: ambiguous associated type in forward_to_deserialize_any!
  • f6623a3 Ignore cast_precision_loss pedantic clippy lint
  • See full diff in compare view

Updates serde_derive from 1.0.198 to 1.0.199

Release notes

Sourced from serde_derive's releases.

v1.0.199

  • Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#2732, thanks @​aatifsyed)
Commits
  • 1477028 Release 1.0.199
  • 789740b Merge pull request #2732 from aatifsyed/master
  • 8fe7539 fix: ambiguous associated type in forward_to_deserialize_any!
  • f6623a3 Ignore cast_precision_loss pedantic clippy lint
  • See full diff in compare view

Updates cargo_toml from 0.20.0 to 0.20.2

Commits

Updates kvm-ioctls from 0.16.0 to 0.17.0

Changelog

Sourced from kvm-ioctls's changelog.

v0.17.0

Changed

  • [#255]: Fixed a soundness issue when accessing the kvm_run struct. VcpuFd::run() and VcpuFd::set_kvm_immediate_exit() now take &mut self as a consequence.
  • [#260]: Updated kvm-bindings to 0.8.0.
Commits
  • 0ddf7ef Prepare 0.17.0 release
  • e2d35ee Update kvm-bindings to 0.8.0
  • 913a291 Format changelog as other rust-vmm crates do
  • d80807f Update coverage_config_x86_64.json
  • 4b24fa0 Use NonNull in KvmCoalescedIoRing
  • 913c4dc Use NonNull in KvmRunWrapper
  • f364358 Do not needlessly use dynamic dispatch in KvmRunWrapper
  • aa7fb8d Remove redundant imports
  • 8be04f6 Take &mut self in KvmRunWrapper::as_mut_ref()
  • 505a454 Introduce KvmRunWrapper::as_ref()
  • Additional commits viewable in compare view

Updates vm-superio from 0.7.0 to 0.8.0

Release notes

Sourced from vm-superio's releases.

vm-superio v0.8.0

v0.8.0

Changed

  • Added a reset_evt to the I8042Device type to retrieve the underlying reset event object.
  • Added three methods to Serial to retrieve the Write output object.
  • Derived the Copy trait for RtcState and other auxiliary types.
  • Updated vmm-sys-util dependency to 0.12.1
Commits
  • dc16f24 Release vm-superio v0.8.0
  • e48ce8c Bump rust-vmm-ci from 72ebeb3 to 7606478
  • 1456e55 Bump rust-vmm-ci from 0100de0 to 72ebeb3
  • 30ff1f8 chore: Update vmm-sys-util and versionize dependencies
  • 2f405ca Bump rust-vmm-ci from be28ad8 to 0100de0
  • dd20c85 Update coverage_config_x86_64.json
  • b16c612 Add Copy derives where possible
  • 6fdba87 Bump rust-vmm-ci from 9751aaa to be28ad8
  • 774c1fd Update coverage_config_x86_64.json
  • 395a988 serial: use Serial::writer() in tests
  • Additional commits viewable in compare view

Updates hashbrown from 0.14.3 to 0.14.5

Changelog

Sourced from hashbrown's changelog.

[v0.14.5] - 2024-04-28

Fixed

  • Fixed index calculation in panic guard of clone_from_impl. (#511)

[v0.14.4] - 2024-03-19

This release was yanked due to a breaking change.

Commits
  • 025d0f5 Bump version number in Cargo.toml to 0.14.5
  • 8971805 Revert "Make HashSet::insert return OccupiedEntry"
  • 250040a Auto merge of #521 - Amanieu:release-0.14.5, r=Amanieu
  • 232df8c Adjust Github CI since macos-latest is now AArch64
  • adae598 Reapply "Make HashSet::insert return OccupiedEntry"
  • 47ef09f Release v0.14.5
  • 3de77e8 Revert "Make HashSet::insert return OccupiedEntry"
  • 97c2140 Auto merge of #516 - JohnEndson:master, r=Amanieu
  • 1833798 Fix some comments
  • 3741813 Auto merge of #512 - Amanieu:release-0.14.4, r=Amanieu
  • Additional commits viewable in compare view

Updates winapi-util from 0.1.6 to 0.1.8

Commits

Updates winnow from 0.6.6 to 0.6.7

Changelog

Sourced from winnow's changelog.

[0.6.7] - 2024-04-26

Fixes

  • Improve debug traces when Input wrapper types are used
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 8 updates:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.198` | `1.0.199` |
| [serde_derive](https://github.com/serde-rs/serde) | `1.0.198` | `1.0.199` |
| [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) | `0.20.0` | `0.20.2` |
| [kvm-ioctls](https://github.com/rust-vmm/kvm-ioctls) | `0.16.0` | `0.17.0` |
| [vm-superio](https://github.com/rust-vmm/vm-superio) | `0.7.0` | `0.8.0` |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.14.3` | `0.14.5` |
| [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.6` | `0.1.8` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.6.6` | `0.6.7` |


Updates `serde` from 1.0.198 to 1.0.199
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.198...v1.0.199)

Updates `serde_derive` from 1.0.198 to 1.0.199
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.198...v1.0.199)

Updates `cargo_toml` from 0.20.0 to 0.20.2
- [Commits](https://gitlab.com/lib.rs/cargo_toml/compare/v0.20.0...v0.20.2)

Updates `kvm-ioctls` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/rust-vmm/kvm-ioctls/releases)
- [Changelog](https://github.com/rust-vmm/kvm-ioctls/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/kvm@v0.16.0...v0.17.0)

Updates `vm-superio` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/rust-vmm/vm-superio/releases)
- [Commits](rust-vmm/vm-superio@vm-superio-v0.7.0...vm-superio-v0.8.0)

Updates `hashbrown` from 0.14.3 to 0.14.5
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.14.3...v0.14.5)

Updates `winapi-util` from 0.1.6 to 0.1.8
- [Commits](BurntSushi/winapi-util@0.1.6...0.1.8)

Updates `winnow` from 0.6.6 to 0.6.7
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.6.6...v0.6.7)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: serde_derive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: cargo_toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: kvm-ioctls
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: vm-superio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: firecracker
- dependency-name: hashbrown
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: winapi-util
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: firecracker
- dependency-name: winnow
  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 29, 2024
@roypat
Copy link
Contributor

roypat commented Apr 29, 2024

This one is blocked on #4581 (dependabot is trying to update kvm-ioctls, which doesn't work on its own)

Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 30, 2024

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

@dependabot dependabot bot closed this Apr 30, 2024
@dependabot dependabot bot deleted the dependabot/cargo/firecracker-6c3db1ce01 branch April 30, 2024 15:24
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant