Skip to content

Commit

Permalink
build(deps): Bump nix from 0.27.1 to 0.28.0
Browse files Browse the repository at this point in the history
Bumps [nix](https://github.com/nix-rust/nix) from 0.27.1 to 0.28.0.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.27.1...v0.28.0)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 26, 2024
1 parent 5317d3b commit f149291
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ rftrace-frontend = { version = "0.1", optional = true }
kvm-bindings = "0.7"
kvm-ioctls = "0.16"
mac_address = "1.1"
nix = { version = "0.27", features = ["mman", "pthread", "signal"] }
nix = { version = "0.28", features = ["mman", "pthread", "signal"] }
tun-tap = { version = "0.1", default-features = false }
virtio-bindings = { version = "0.2", features = ["virtio-v4_14_0"] }
vmm-sys-util = "0.12"
Expand Down

0 comments on commit f149291

Please sign in to comment.