From 290794b44593be85d3660aae40eccc1aa97e0ff5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:51:25 +0000 Subject: [PATCH] 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] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1be2a25..899c5b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"