From c193fa966dfc51611df48eae58c0ed5ba0ab67d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Dec 2021 01:22:22 +0000 Subject: [PATCH] Update nix requirement from 0.22 to 0.23 Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.22.0...v0.23.1) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b26632a..08912b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ vm-memory = {version = "0.7", features = ["backend-mmap", "backend-atomic"]} vmm-sys-util = "0.9" [dev-dependencies] -nix = "0.22" +nix = "0.23" vhost = { version = "0.3", features = ["vhost-user-master", "vhost-user-slave"] } vm-memory = {version = "0.7", features = ["backend-mmap", "backend-atomic", "backend-bitmap"]} tempfile = "3.2.0"