From e85506bb96463d8af8b51f39f42506a1489e1189 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 18:37:29 +0000 Subject: [PATCH] build(deps): bump the vhost group across 1 directory with 2 updates Updates the requirements on [vmm-sys-util](https://github.com/rust-vmm/vmm-sys-util) and [nix](https://github.com/nix-rust/nix) to permit the latest version. Updates `vmm-sys-util` to 0.12.1 - [Release notes](https://github.com/rust-vmm/vmm-sys-util/releases) - [Changelog](https://github.com/rust-vmm/vmm-sys-util/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-vmm/vmm-sys-util/compare/v0.12.1...v0.12.1) Updates `nix` to 0.30.1 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.29.0...v0.30.1) --- updated-dependencies: - dependency-name: vmm-sys-util dependency-version: 0.12.1 dependency-type: direct:production dependency-group: vhost - dependency-name: nix dependency-version: 0.30.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 899c5b20..feef7bce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ members = [ virtio-bindings = "0.2.1" virtio-queue = "0.14.0" vm-memory = "0.16.0" -vmm-sys-util = "0.12.1" +vmm-sys-util = "0.13.0" diff --git a/vhost-user-backend/Cargo.toml b/vhost-user-backend/Cargo.toml index af74ca8e..09d36cf4 100644 --- a/vhost-user-backend/Cargo.toml +++ b/vhost-user-backend/Cargo.toml @@ -23,7 +23,7 @@ vm-memory = { workspace = true, features = ["backend-mmap", "backend-atomic", "b vmm-sys-util = { workspace = true } [dev-dependencies] -nix = { version = "0.29", features = ["fs"] } +nix = { version = "0.30", features = ["fs"] } uuid = { version = "1.8.0", features=["v4"] } vhost = { path = "../vhost", version = "0.13.0", features = ["test-utils", "vhost-user-frontend", "vhost-user-backend"] } vm-memory = { workspace = true, features = ["backend-mmap", "backend-atomic"] }