From a06fdbeabbc721f80b510e67b82e6b6c74f07af5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:03:15 +0000 Subject: [PATCH] build(deps): update vm-memory requirement in the vhost group Updates the requirements on [vm-memory](https://github.com/rust-vmm/vm-memory) to permit the latest version. Updates `vm-memory` to 0.16.2 - [Release notes](https://github.com/rust-vmm/vm-memory/releases) - [Changelog](https://github.com/rust-vmm/vm-memory/blob/v0.16.2/CHANGELOG.md) - [Commits](https://github.com/rust-vmm/vm-memory/compare/v0.16.2...v0.16.2) --- updated-dependencies: - dependency-name: vm-memory dependency-version: 0.16.2 dependency-type: direct:production dependency-group: vhost ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 26aa1564..3d8a8f03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ members = [ [workspace.dependencies] virtio-bindings = "0.2.6" virtio-queue = "0.16.0" -vm-memory = "0.16.2" +vm-memory = "0.17.0" vmm-sys-util = "0.15.0"