From 65a5f17b95941b11c10aed0824c424767ce0ec99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 19:58:54 +0000 Subject: [PATCH] build(deps): bump the vhost group across 1 directory with 2 updates Updates the requirements on [vm-memory](https://github.com/rust-vmm/vm-memory) and [nix](https://github.com/nix-rust/nix) to permit the latest version. Updates `vm-memory` 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](https://github.com/rust-vmm/vm-memory/compare/v0.17.1...v0.18.0) Updates `nix` to 0.31.1 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.30.0...v0.31.1) --- updated-dependencies: - dependency-name: vm-memory dependency-version: 0.18.0 dependency-type: direct:production dependency-group: vhost - dependency-name: nix dependency-version: 0.31.1 dependency-type: direct:production dependency-group: vhost ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- vhost-user-backend/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4dd58935..f98cf9f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ members = [ [workspace.dependencies] virtio-bindings = "0.2.6" virtio-queue = "0.17.0" -vm-memory = "=0.17.1" +vm-memory = "=0.18.0" vmm-sys-util = "0.15.0" diff --git a/vhost-user-backend/Cargo.toml b/vhost-user-backend/Cargo.toml index 668fbb6e..10bda621 100644 --- a/vhost-user-backend/Cargo.toml +++ b/vhost-user-backend/Cargo.toml @@ -27,7 +27,7 @@ vm-memory = { workspace = true, features = ["backend-mmap", "backend-atomic", "b vmm-sys-util = { workspace = true } [dev-dependencies] -nix = { version = "0.30", features = ["fs"] } +nix = { version = "0.31", features = ["fs"] } uuid = { version = "1.8.0", features=["v4"] } vhost = { path = "../vhost", version = "0.15.0", features = ["test-utils", "vhost-user-frontend", "vhost-user-backend"] } vm-memory = { workspace = true, features = ["backend-mmap", "backend-atomic"] }