Skip to content

Commit 505c398

Browse files
build(deps): update nix requirement
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. Updates `nix` to 0.31.3 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.30.0...v0.31.3) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.3 dependency-type: direct:production dependency-group: vhost ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4cc2d89 commit 505c398

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vhost-user-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ vm-memory = { workspace = true, features = ["backend-mmap", "backend-atomic", "b
2727
vmm-sys-util = { workspace = true }
2828

2929
[dev-dependencies]
30-
nix = { version = "0.30", features = ["fs"] }
30+
nix = { version = "0.31", features = ["fs"] }
3131
uuid = { version = "1.8.0", features=["v4"] }
3232
vhost = { path = "../vhost", version = "0.17.0", features = ["test-utils", "vhost-user-frontend", "vhost-user-backend"] }
3333
vm-memory = { workspace = true, features = ["backend-mmap", "backend-atomic"] }

0 commit comments

Comments
 (0)