Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the rust-vmm group with 1 update in the / directory: vmm-sys-util.
Bumps the rust-vmm group with 1 update in the /staging directory: vmm-sys-util.

Updates vmm-sys-util from 0.14.0 to 0.15.0

Release notes

Sourced from vmm-sys-util's releases.

vmm-sys-util-v0.15.0

Changelog

v0.15.0

Added

  • [#245]: Make sock_ctrl_msg support non-linux unix platforms.
  • [#244]:
    • Impl IntoRawFd for linux::eventfd::EventFd.
    • Use File::try_clone to replace the original implementation of EventFd::try_clone. Some flags can now be propagated, like CLOEXEC.
    • Add EventNotifier and EventConsumer as a generic event notification
Changelog

Sourced from vmm-sys-util's changelog.

v0.15.0

Added

  • [#245]: Make sock_ctrl_msg support non-linux unix platforms.
  • [#244]:
    • Impl IntoRawFd for linux::eventfd::EventFd.
    • Use File::try_clone to replace the original implementation of EventFd::try_clone. Some flags can now be propagated, like CLOEXEC.
    • Add EventNotifier and EventConsumer as a generic event notification
Commits
  • a64b4ef ci: add crates.io publish workflow
  • 6d9bb0c Prepare v0.15.0 release
  • 804dde6 refactor: Avoid passing RawFds, and thus some unsafe
  • abd6488 refactor(test): avoid unhelpful panics
  • 3b39436 eventfd: use stdlib instead of libc::{read,write}
  • 08fbd6d sock_ctrl_msg: fix doc example
  • ee71906 sock_ctrl_msg: treat cmsghdr as FamStruct
  • 2ced212 sock_ctrl_msg: Drop unneeded loop
  • f6267bf fix: return ENOBUFS if CMSG_TRUNC is set always
  • 2167111 test: merge test cases in sock_ctrl_msg.rs
  • Additional commits viewable in compare view

Updates vmm-sys-util from 0.14.0 to 0.15.0

Release notes

Sourced from vmm-sys-util's releases.

vmm-sys-util-v0.15.0

Changelog

v0.15.0

Added

  • [#245]: Make sock_ctrl_msg support non-linux unix platforms.
  • [#244]:
    • Impl IntoRawFd for linux::eventfd::EventFd.
    • Use File::try_clone to replace the original implementation of EventFd::try_clone. Some flags can now be propagated, like CLOEXEC.
    • Add EventNotifier and EventConsumer as a generic event notification
Changelog

Sourced from vmm-sys-util's changelog.

v0.15.0

Added

  • [#245]: Make sock_ctrl_msg support non-linux unix platforms.
  • [#244]:
    • Impl IntoRawFd for linux::eventfd::EventFd.
    • Use File::try_clone to replace the original implementation of EventFd::try_clone. Some flags can now be propagated, like CLOEXEC.
    • Add EventNotifier and EventConsumer as a generic event notification
Commits
  • a64b4ef ci: add crates.io publish workflow
  • 6d9bb0c Prepare v0.15.0 release
  • 804dde6 refactor: Avoid passing RawFds, and thus some unsafe
  • abd6488 refactor(test): avoid unhelpful panics
  • 3b39436 eventfd: use stdlib instead of libc::{read,write}
  • 08fbd6d sock_ctrl_msg: fix doc example
  • ee71906 sock_ctrl_msg: treat cmsghdr as FamStruct
  • 2ced212 sock_ctrl_msg: Drop unneeded loop
  • f6267bf fix: return ENOBUFS if CMSG_TRUNC is set always
  • 2167111 test: merge test cases in sock_ctrl_msg.rs
  • 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 11, 2025
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 11, 2025
@epilys
Copy link
Member

epilys commented Aug 12, 2025

We need to update the deps in vhost repo first:


note: two different versions of crate `vmm_sys_util` are being used; two types coming from two different versions of the same crate are different types even if they look the same
   --> /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vmm-sys-util-0.14.0/src/linux/epoll.rs:34:1
    |
70  |   }
    |   ^ this is the expected type `vmm_sys_util::linux::epoll::EventSet`
    |
   ::: vhost-device-console/src/vhu_console.rs:30:5
    |
30  |   use vmm_sys_util::{
    |       ------------ one version of crate `vmm_sys_util` used here, as a direct dependency of the current crate
    |
   ::: vhost-device-console/src/backend.rs:18:5
    |
18  |   use vhost_user_backend::VhostUserDaemon;
    |       ------------------ one version of crate `vmm_sys_util` used here, as a dependency of crate `vhost`
    |

Bumps the rust-vmm group with 1 update in the / directory: [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util).
Bumps the rust-vmm group with 1 update in the /staging directory: [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util).


Updates `vmm-sys-util` from 0.14.0 to 0.15.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.14.0...v0.15.0)

Updates `vmm-sys-util` from 0.14.0 to 0.15.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.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: vmm-sys-util
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: vmm-sys-util
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/rust-vmm-f0b66baab7 branch from 9334a25 to b9347d3 Compare August 27, 2025 07:29
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