Skip to content

Commit 7c69aa4

Browse files
Bump nix from 0.29.0 to 0.31.2 (#15)
Bumps [nix](https://github.com/nix-rust/nix) from 0.29.0 to 0.31.2. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.29.0...v0.31.2) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c78e65 commit 7c69aa4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ kvm-bindings = { version = "0.14", features = ["fam-wrappers"] }
3838
vm-memory = { version = "0.17", features = ["backend-mmap"] }
3939
linux-loader = { version = "0.13", features = ["bzimage", "elf"] }
4040
virtio-queue = "0.17"
41-
nix = { version = "0.29", features = ["fs", "ioctl", "mman", "net", "signal", "socket"] }
41+
nix = { version = "0.31", features = ["fs", "ioctl", "mman", "net", "signal", "socket"] }
4242
io-uring = { version = "0.7", optional = true }
4343

4444
[workspace]

0 commit comments

Comments
 (0)