build(deps): bump the vhost group with 2 updates

Updates the requirements on [virtio-queue](https://github.com/rust-vmm/vm-virtio) and [vm-memory](https://github.com/rust-vmm/vm-memory) to permit the latest version.

Updates `virtio-queue` to 0.13.0
- [Release notes](https://github.com/rust-vmm/vm-virtio/releases)
- [Commits](https://github.com/rust-vmm/vm-virtio/compare/virtio-queue-v0.13.0...virtio-queue-v0.13.0)

Updates `vm-memory` to 0.16.0
- [Release notes](https://github.com/rust-vmm/vm-memory/releases)
- [Changelog](https://github.com/rust-vmm/vm-memory/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-vmm/vm-memory/compare/v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: virtio-queue
  dependency-type: direct:production
  dependency-group: vhost
- dependency-name: vm-memory
  dependency-type: direct:production
  dependency-group: vhost
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-10-25 10:51:25 +00:00 committed by Stefano Garzarella
parent 4c2526bbe8
commit 290794b445

View file

@ -8,6 +8,6 @@ members = [
[workspace.dependencies]
virtio-bindings = "0.2.1"
virtio-queue = "0.13.0"
vm-memory = "0.15.0"
virtio-queue = "0.14.0"
vm-memory = "0.16.0"
vmm-sys-util = "0.12.1"