Skip to content

build(deps): bump the rust-vmm group across 2 directories with 4 updates#946

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust-vmm-f50a22294d
Open

build(deps): bump the rust-vmm group across 2 directories with 4 updates#946
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust-vmm-f50a22294d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps the rust-vmm group with 4 updates in the / directory: vhost, vhost-user-backend, virtio-bindings and vm-memory.
Bumps the rust-vmm group with 4 updates in the /staging directory: vhost, vhost-user-backend, virtio-bindings and vm-memory.

Updates vhost from 0.15.0 to 0.16.0

Release notes

Sourced from vhost's releases.

vhost-user-backend v0.16.0 - yanked

This version got yanked because the gpu_socket feature introduced in this release was causing problems (see #265). Starting with the next version (v0.16.1), the gpu_socket feature was removed.

Added

Changed

  • [#257](rust-vmm/vhost#257) Update virtio-queue version from 0.12.0 to 0.13.0 and vm-memory from 0.14.0 to 0.15.0.
  • [#240](rust-vmm/vhost#240) Move the set of event_idx property from set_vring_base callback to set_features one
Commits
  • fd08435 misc: Prepare for new crates release
  • 4d93fa7 vhost-user: add frontend support for device state transfer
  • c9b80a1 vhost: vhost_user: message: shift feature bits
  • 4f19039 build(deps): bump rust-vmm-ci from 65d339d to 112dd9f
  • 03c9524 vhost-user: Add support for GET_SHMEM_CONFIG message
  • 8c00b88 vhost-user-backend: Avoid losing vring kicks
  • e01ece1 vhost/kernel: handle EADDRINUSE in set_guest_cid test
  • 93e2d9c vhost-user: frontend: Read the full reply for set_log_base
  • 5c7cf76 vhost-user: tests: Fix set_log_base in dummy backend
  • 9756a7d vhost: fix double-locking in Backend to Fronted req handlers
  • Additional commits viewable in compare view

Updates vhost-user-backend from 0.21.0 to 0.22.0

Commits
  • fd08435 misc: Prepare for new crates release
  • 4d93fa7 vhost-user: add frontend support for device state transfer
  • c9b80a1 vhost: vhost_user: message: shift feature bits
  • 4f19039 build(deps): bump rust-vmm-ci from 65d339d to 112dd9f
  • 03c9524 vhost-user: Add support for GET_SHMEM_CONFIG message
  • 8c00b88 vhost-user-backend: Avoid losing vring kicks
  • e01ece1 vhost/kernel: handle EADDRINUSE in set_guest_cid test
  • 93e2d9c vhost-user: frontend: Read the full reply for set_log_base
  • 5c7cf76 vhost-user: tests: Fix set_log_base in dummy backend
  • 9756a7d vhost: fix double-locking in Backend to Fronted req handlers
  • Additional commits viewable in compare view

Updates virtio-bindings from 0.2.6 to 0.2.7

Release notes

Sourced from virtio-bindings's releases.

virtio-bindings-v0.2.7

virtio-bindings v0.2.7

Changed

  • Regenerate bindings with Linux 6.16.
  • Drop powerpc (32-bit) bindings.

Fixed

  • Fix powerpc64 little-endian bindings.
  • Fix several architecture-specific issues introduced in the previous release
Commits
  • 6e098a9 virtio-bindings: Prepare v0.2.7 release
  • 6e3f8da virtio-bindings: fix missing module paths
  • 7b14e88 virtio-bindings: fix paths for mips
  • db7474e virtio-bindings: consolidate powerpc architectures
  • f0a9882 cargo/audit.toml: ignore RUSTSEC-2025-0141
  • 646f207 cargo/audit.toml: cleanup ignored advisory IDs
  • 863837e build(deps): bump rust-vmm-ci from e34c504 to 65d339d
  • 51a5a8b build(deps): update criterion requirement in the vm-virtio group
  • b55630b virtio-blk: fix clippy::manual_is_multiple_of
  • 2245d0d virtio-queue: fix clippy::manual_is_multiple_of
  • Additional commits viewable in compare view

Updates vm-memory from 0.17.1 to 0.18.0

Changelog

Sourced from vm-memory's changelog.

0.18.0

Changed

This release includes a major change to the vm-memory API in order to support memory access permissions. The previous GuestMemory trait is now renamed to GuestMemoryBackend, and GuestMemory has a completely new definition. However, common interfaces such as GuestAddressSpace and Bytes remain on GuestMemory; therefore, all callers that just use the Bytes interface remain completely unchanged.

  • [#362] Rename GuestMemory to GuestMemoryBackend, IoMemory to GuestMemory

Added

  • [#327] I/O virtual memory support via IoMemory, IommuMemory, and Iommu/Iotlb

Fixed

  • [#361] clippy: allow mut_from_ref
Commits
  • b6404d2 Bump version to 0.18.0
  • 3e868f1 Emphasize GuestMemory more in the documentation
  • da8fc34 Reformat after the rename
  • f5c882e The small rename - iterators
  • 7e7cad2 The great rename
  • fed3a63 chore: update coverage
  • 91220ed chore: fix clippy lints/cargo warnings
  • 3cdd259 build(deps): bump rust-vmm-ci from 042b206 to b4bb768
  • 8c4c815 Have SimpleIommu depend on backend-mmap
  • 4ce4235 clippy: allow mut_from_ref
  • Additional commits viewable in compare view

Updates vhost from 0.15.0 to 0.16.0

Release notes

Sourced from vhost's releases.

vhost-user-backend v0.16.0 - yanked

This version got yanked because the gpu_socket feature introduced in this release was causing problems (see #265). Starting with the next version (v0.16.1), the gpu_socket feature was removed.

Added

Changed

  • [#257](rust-vmm/vhost#257) Update virtio-queue version from 0.12.0 to 0.13.0 and vm-memory from 0.14.0 to 0.15.0.
  • [#240](rust-vmm/vhost#240) Move the set of event_idx property from set_vring_base callback to set_features one
Commits
  • fd08435 misc: Prepare for new crates release
  • 4d93fa7 vhost-user: add frontend support for device state transfer
  • c9b80a1 vhost: vhost_user: message: shift feature bits
  • 4f19039 build(deps): bump rust-vmm-ci from 65d339d to 112dd9f
  • 03c9524 vhost-user: Add support for GET_SHMEM_CONFIG message
  • 8c00b88 vhost-user-backend: Avoid losing vring kicks
  • e01ece1 vhost/kernel: handle EADDRINUSE in set_guest_cid test
  • 93e2d9c vhost-user: frontend: Read the full reply for set_log_base
  • 5c7cf76 vhost-user: tests: Fix set_log_base in dummy backend
  • 9756a7d vhost: fix double-locking in Backend to Fronted req handlers
  • Additional commits viewable in compare view

Updates vhost-user-backend from 0.21.0 to 0.22.0

Commits
  • fd08435 misc: Prepare for new crates release
  • 4d93fa7 vhost-user: add frontend support for device state transfer
  • c9b80a1 vhost: vhost_user: message: shift feature bits
  • 4f19039 build(deps): bump rust-vmm-ci from 65d339d to 112dd9f
  • 03c9524 vhost-user: Add support for GET_SHMEM_CONFIG message
  • 8c00b88 vhost-user-backend: Avoid losing vring kicks
  • e01ece1 vhost/kernel: handle EADDRINUSE in set_guest_cid test
  • 93e2d9c vhost-user: frontend: Read the full reply for set_log_base
  • 5c7cf76 vhost-user: tests: Fix set_log_base in dummy backend
  • 9756a7d vhost: fix double-locking in Backend to Fronted req handlers
  • Additional commits viewable in compare view

Updates virtio-bindings from 0.2.6 to 0.2.7

Release notes

Sourced from virtio-bindings's releases.

virtio-bindings-v0.2.7

virtio-bindings v0.2.7

Changed

  • Regenerate bindings with Linux 6.16.
  • Drop powerpc (32-bit) bindings.

Fixed

  • Fix powerpc64 little-endian bindings.
  • Fix several architecture-specific issues introduced in the previous release
Commits
  • 6e098a9 virtio-bindings: Prepare v0.2.7 release
  • 6e3f8da virtio-bindings: fix missing module paths
  • 7b14e88 virtio-bindings: fix paths for mips
  • db7474e virtio-bindings: consolidate powerpc architectures
  • f0a9882 cargo/audit.toml: ignore RUSTSEC-2025-0141
  • 646f207 cargo/audit.toml: cleanup ignored advisory IDs
  • 863837e build(deps): bump rust-vmm-ci from e34c504 to 65d339d
  • 51a5a8b build(deps): update criterion requirement in the vm-virtio group
  • b55630b virtio-blk: fix clippy::manual_is_multiple_of
  • 2245d0d virtio-queue: fix clippy::manual_is_multiple_of
  • Additional commits viewable in compare view

Updates vm-memory from 0.17.1 to 0.18.0

Changelog

Sourced from vm-memory's changelog.

0.18.0

Changed

This release includes a major change to the vm-memory API in order to support memory access permissions. The previous GuestMemory trait is now renamed to GuestMemoryBackend, and GuestMemory has a completely new definition. However, common interfaces such as GuestAddressSpace and Bytes remain on GuestMemory; therefore, all callers that just use the Bytes interface remain completely unchanged.

  • [#362] Rename GuestMemory to GuestMemoryBackend, IoMemory to GuestMemory

Added

  • [#327] I/O virtual memory support via IoMemory, IommuMemory, and Iommu/Iotlb

Fixed

  • [#361] clippy: allow mut_from_ref
Commits
  • b6404d2 Bump version to 0.18.0
  • 3e868f1 Emphasize GuestMemory more in the documentation
  • da8fc34 Reformat after the rename
  • f5c882e The small rename - iterators
  • 7e7cad2 The great rename
  • fed3a63 chore: update coverage
  • 91220ed chore: fix clippy lints/cargo warnings
  • 3cdd259 build(deps): bump rust-vmm-ci from 042b206 to b4bb768
  • 8c4c815 Have SimpleIommu depend on backend-mmap
  • 4ce4235 clippy: allow mut_from_ref
  • Additional commits viewable in compare view

Updates vhost from 0.15.0 to 0.16.0

Release notes

Sourced from vhost's releases.

vhost-user-backend v0.16.0 - yanked

This version got yanked because the gpu_socket feature introduced in this release was causing problems (see #265). Starting with the next version (v0.16.1), the gpu_socket feature was removed.

Added

Changed

  • [#257](rust-vmm/vhost#257) Update virtio-queue version from 0.12.0 to 0.13.0 and vm-memory from 0.14.0 to 0.15.0.
  • [#240](rust-vmm/vhost#240) Move the set of event_idx property from set_vring_base callback to set_features one
Commits
  • fd08435 misc: Prepare for new crates release
  • 4d93fa7 vhost-user: add frontend support for device state transfer
  • c9b80a1 vhost: vhost_user: message: shift feature bits
  • 4f19039 build(deps): bump rust-vmm-ci from 65d339d to 112dd9f
  • 03c9524 vhost-user: Add support for GET_SHMEM_CONFIG message
  • 8c00b88 vhost-user-backend: Avoid losing vring kicks
  • e01ece1 vhost/kernel: handle EADDRINUSE in set_guest_cid test
  • 93e2d9c vhost-user: frontend: Read the full reply for set_log_base
  • 5c7cf76 vhost-user: tests: Fix set_log_base in dummy backend
  • 9756a7d vhost: fix double-locking in Backend to Fronted req handlers
  • Additional commits viewable in compare view

Updates vhost-user-backend from 0.21.0 to 0.22.0

Commits
  • fd08435 misc: Prepare for new crates release
  • 4d93fa7 vhost-user: add frontend support for device state transfer
  • c9b80a1 vhost: vhost_user: message: shift feature bits
  • 4f19039 build(deps): bump rust-vmm-ci from 65d339d to 112dd9f
  • 03c9524 vhost-user: Add support for GET_SHMEM_CONFIG message
  • 8c00b88 vhost-user-backend: Avoid losing vring kicks
  • e01ece1 vhost/kernel: handle EADDRINUSE in set_guest_cid test
  • 93e2d9c vhost-user: frontend: Read the full reply for set_log_base
  • 5c7cf76 vhost-user: tests: Fix set_log_base in dummy backend
  • 9756a7d vhost: fix double-locking in Backend to Fronted req handlers
  • Additional commits viewable in compare view

Updates virtio-bindings from 0.2.6 to 0.2.7

Release notes

Sourced from virtio-bindings's releases.

virtio-bindings-v0.2.7

virtio-bindings v0.2.7

Changed

  • Regenerate bindings with Linux 6.16.
  • Drop powerpc (32-bit) bindings.

Fixed

  • Fix powerpc64 little-endian bindings.
  • Fix several architecture-specific issues introduced in the previous release
Commits
  • 6e098a9 virtio-bindings: Prepare v0.2.7 release
  • 6e3f8da virtio-bindings: fix missing module paths
  • 7b14e88 virtio-bindings: fix paths for mips
  • db7474e virtio-bindings: consolidate powerpc architectures
  • f0a9882 cargo/audit.toml: ignore RUSTSEC-2025-0141
  • 646f207 cargo/audit.toml: cleanup ignored advisory IDs
  • 863837e build(deps): bump rust-vmm-ci from e34c504 to 65d339d
  • 51a5a8b build(deps): update criterion requirement in the vm-virtio group
  • b55630b virtio-blk: fix clippy::manual_is_multiple_of
  • 2245d0d virtio-queue: fix clippy::manual_is_multiple_of
  • Additional commits viewable in compare view

Updates vm-memory from 0.17.1 to 0.18.0

Changelog

Sourced from vm-memory's changelog.

0.18.0

Changed

This release includes a major change to the vm-memory API in order to support memory access permissions. The previous GuestMemory trait is now renamed to GuestMemoryBackend, and GuestMemory has a completely new definition. However, common interfaces such as GuestAddressSpace and Bytes remain on GuestMemory; therefore, all callers that just use the Bytes interface remain completely unchanged.

  • [#362] Rename GuestMemory to GuestMemoryBackend, IoMemory to GuestMemory

Added

  • [#327] I/O virtual memory support via IoMemory, IommuMemory, and Iommu/Iotlb

Fixed

  • [#361] clippy: allow mut_from_ref
Commits
  • b6404d2 Bump version to 0.18.0
  • 3e868f1 Emphasize GuestMemory more in the documentation
  • da8fc34 Reformat after the rename
  • f5c882e The small rename - iterators
  • 7e7cad2 The great rename
  • fed3a63 chore: update coverage
  • 91220ed chore: fix clippy lints/cargo warnings
  • 3cdd259 build(deps): bump rust-vmm-ci from 042b206 to b4bb768
  • 8c4c815 Have SimpleIommu depend on backend-mmap
  • 4ce4235 clippy: allow mut_from_ref
  • Additional commits viewable in compare view

Updates vhost from 0.15.0 to 0.16.0

Release notes

Sourced from vhost's releases.

vhost-user-backend v0.16.0 - yanked

This version got yanked because the gpu_socket feature introduced in this release was causing problems (see #265). Starting with the next version (v0.16.1), the gpu_socket feature was removed.

Added

Changed

  • [#257](rust-vmm/vhost#257) Update virtio-queue version from 0.12.0 to 0.13.0 and vm-memory from 0.14.0 to 0.15.0.
  • [#240](rust-vmm/vhost#240) Move the set of event_idx property from set_vring_base callback to set_features one
Commits
  • fd08435 misc: Prepare for new crates release
  • 4d93fa7 vhost-user: add frontend support for device state transfer
  • c9b80a1 vhost: vhost_user: message: shift feature bits
  • 4f19039 build(deps): bump rust-vmm-ci from 65d339d to 112dd9f
  • 03c9524 vhost-user: Add support for GET_SHMEM_CONFIG message
  • 8c00b88 vhost-user-backend: Avoid losing vring kicks
  • e01ece1 vhost/kernel: handle EADDRINUSE in set_guest_cid test
  • 93e2d9c vhost-user: frontend: Read the full reply for set_log_base
  • 5c7cf76 vhost-user: tests: Fix set_log_base in dummy backend
  • 9756a7d vhost: fix double-locking in Backend to Fronted req handlers
  • Additional commits viewable in compare view

Updates vhost-user-backend from 0.21.0 to 0.22.0

Commits
  • fd08435 misc: Prepare for new crates release
  • 4d93fa7 vhost-user: add frontend support for device state transfer
  • c9b80a1 vhost: vhost_user: message: shift feature bits
  • 4f19039 build(deps): bump rust-vmm-ci from 65d339d to 112dd9f
  • 03c9524 vhost-user: Add support for GET_SHMEM_CONFIG message
  • 8c00b88 vhost-user-backend: Avoid losing vring kicks
  • e01ece1 vhost/kernel: handle EADDRINUSE in set_guest_cid test
  • 93e2d9c vhost-user: frontend: Read the full reply for set_log_base
  • 5c7cf76 vhost-user: tests: Fix set_log_base in dummy backend
  • 9756a7d vhost: fix double-locking in Backend to Fronted req handlers
  • Additional commits viewable in compare view

Updates virtio-bindings from 0.2.6 to 0.2.7

Release notes

Sourced from virtio-bindings's releases.

virtio-bindings-v0.2.7

virtio-bindings v0.2.7

Changed

  • Regenerate bindings with Linux 6.16.
  • Drop powerpc (32-bit) bindings.

Fixed

  • Fix powerpc64 little-endian bindings.
  • Fix several architecture-specific issues introduced in the previous release
Commits
  • 6e098a9 virtio-bindings: Prepare v0.2.7 release
  • 6e3f8da virtio-bindings: fix missing module paths
  • 7b14e88 virtio-bindings: fix paths for mips
  • db7474e virtio-bindings: consolidate powerpc architectures
  • f0a9882 cargo/audit.toml: ignore RUSTSEC-2025-0141
  • 646f207 cargo/audit.toml: cleanup ignored advisory IDs
  • 863837e build(deps): bump rust-vmm-ci from e34c504 to 65d339d
  • 51a5a8b build(deps): update criterion requirement in the vm-virtio group
  • b55630b virtio-blk: fix clippy::manual_is_multiple_of
  • 2245d0d virtio-queue: fix clippy::manual_is_multiple_of
  • Additional commits viewable in compare view

Updates vm-memory from 0.17.1 to 0.18.0

Changelog

Sourced from vm-memory's changelog.

0.18.0

Changed

This release includes a major change to the vm-memory API in order to support memory access permissions. The previous GuestMemory trait is now renamed to GuestMemoryBackend, and GuestMemory has a completely new definition. However, common interfaces such as GuestAddressSpace and Bytes remain on GuestMemory; therefore, all callers that just use the Bytes interface remain completely unchanged.

  • [#362] Rename GuestMemory to GuestMemoryBackend, IoMemory to GuestMemory

Added

  • [#327] I/O virtual memory support via IoMemory, IommuMemory, and Iommu/Iotlb

Fixed

  • [#361] clippy: allow mut_from_ref
Commits
  • b6404d2 Bump version to 0.18.0
  • 3e868f1 Emphasize GuestMemory more in the documentation
  • da8fc34 Reformat after the rename
  • f5c882e The small rename - iterators
  • 7e7cad2 The great rename
  • fed3a63 chore: update coverage
  • 91220ed chore: fix clippy lints/cargo warnings
  • 3cdd259 build(deps): bump rust-vmm-ci from 042b206 to b4bb768
  • 8c4c815 Have SimpleIommu depend on backend-mmap
  • 4ce4235 clippy: allow mut_from_ref
  • 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 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 rust-vmm group with 4 updates in the / directory: [vhost](https://github.com/rust-vmm/vhost), [vhost-user-backend](https://github.com/rust-vmm/vhost), [virtio-bindings](https://github.com/rust-vmm/vm-virtio) and [vm-memory](https://github.com/rust-vmm/vm-memory).
Bumps the rust-vmm group with 4 updates in the /staging directory: [vhost](https://github.com/rust-vmm/vhost), [vhost-user-backend](https://github.com/rust-vmm/vhost), [virtio-bindings](https://github.com/rust-vmm/vm-virtio) and [vm-memory](https://github.com/rust-vmm/vm-memory).


Updates `vhost` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/rust-vmm/vhost/releases)
- [Commits](rust-vmm/vhost@vhost-v0.15.0...vhost-v0.16.0)

Updates `vhost-user-backend` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/rust-vmm/vhost/releases)
- [Commits](rust-vmm/vhost@vhost-user-backend-v0.21.0...vhost-user-backend-v0.22.0)

Updates `virtio-bindings` from 0.2.6 to 0.2.7
- [Release notes](https://github.com/rust-vmm/vm-virtio/releases)
- [Commits](rust-vmm/vm-virtio@virtio-bindings-v0.2.6...virtio-bindings-v0.2.7)

Updates `vm-memory` from 0.17.1 to 0.18.0
- [Release notes](https://github.com/rust-vmm/vm-memory/releases)
- [Changelog](https://github.com/rust-vmm/vm-memory/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/vm-memory@v0.17.1...v0.18.0)

Updates `vhost` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/rust-vmm/vhost/releases)
- [Commits](rust-vmm/vhost@vhost-v0.15.0...vhost-v0.16.0)

Updates `vhost-user-backend` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/rust-vmm/vhost/releases)
- [Commits](rust-vmm/vhost@vhost-user-backend-v0.21.0...vhost-user-backend-v0.22.0)

Updates `virtio-bindings` from 0.2.6 to 0.2.7
- [Release notes](https://github.com/rust-vmm/vm-virtio/releases)
- [Commits](rust-vmm/vm-virtio@virtio-bindings-v0.2.6...virtio-bindings-v0.2.7)

Updates `vm-memory` from 0.17.1 to 0.18.0
- [Release notes](https://github.com/rust-vmm/vm-memory/releases)
- [Changelog](https://github.com/rust-vmm/vm-memory/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/vm-memory@v0.17.1...v0.18.0)

Updates `vhost` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/rust-vmm/vhost/releases)
- [Commits](rust-vmm/vhost@vhost-v0.15.0...vhost-v0.16.0)

Updates `vhost-user-backend` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/rust-vmm/vhost/releases)
- [Commits](rust-vmm/vhost@vhost-user-backend-v0.21.0...vhost-user-backend-v0.22.0)

Updates `virtio-bindings` from 0.2.6 to 0.2.7
- [Release notes](https://github.com/rust-vmm/vm-virtio/releases)
- [Commits](rust-vmm/vm-virtio@virtio-bindings-v0.2.6...virtio-bindings-v0.2.7)

Updates `vm-memory` from 0.17.1 to 0.18.0
- [Release notes](https://github.com/rust-vmm/vm-memory/releases)
- [Changelog](https://github.com/rust-vmm/vm-memory/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/vm-memory@v0.17.1...v0.18.0)

Updates `vhost` from 0.15.0 to 0.16.0
- [Release notes](https://github.com/rust-vmm/vhost/releases)
- [Commits](rust-vmm/vhost@vhost-v0.15.0...vhost-v0.16.0)

Updates `vhost-user-backend` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/rust-vmm/vhost/releases)
- [Commits](rust-vmm/vhost@vhost-user-backend-v0.21.0...vhost-user-backend-v0.22.0)

Updates `virtio-bindings` from 0.2.6 to 0.2.7
- [Release notes](https://github.com/rust-vmm/vm-virtio/releases)
- [Commits](rust-vmm/vm-virtio@virtio-bindings-v0.2.6...virtio-bindings-v0.2.7)

Updates `vm-memory` from 0.17.1 to 0.18.0
- [Release notes](https://github.com/rust-vmm/vm-memory/releases)
- [Changelog](https://github.com/rust-vmm/vm-memory/blob/main/CHANGELOG.md)
- [Commits](rust-vmm/vm-memory@v0.17.1...v0.18.0)

---
updated-dependencies:
- dependency-name: vhost
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: vhost-user-backend
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: virtio-bindings
  dependency-version: 0.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-vmm
- dependency-name: vm-memory
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: vhost
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: vhost-user-backend
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: virtio-bindings
  dependency-version: 0.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-vmm
- dependency-name: vm-memory
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: vhost
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: vhost-user-backend
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: virtio-bindings
  dependency-version: 0.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-vmm
- dependency-name: vm-memory
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: vhost
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: vhost-user-backend
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
- dependency-name: virtio-bindings
  dependency-version: 0.2.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-vmm
- dependency-name: vm-memory
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-vmm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 30, 2026
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 30, 2026
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.

0 participants