Skip to content

Commit d95c370

Browse files
Update nix requirement from 0.27 to 0.30
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.27.0...v0.30.1) --- updated-dependencies: - dependency-name: nix dependency-version: 0.30.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aac58f5 commit d95c370

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ readme = "README.md"
1212
bitflags = "2.4.0"
1313
cfg-if = "^1.0.0"
1414
libc = "0.2.65"
15-
nix = { version = "0.27", features = ["ioctl"] }
15+
nix = { version = "0.30", features = ["ioctl"] }
1616
thiserror = "1.0.4"
1717
userfaultfd-sys = { path = "userfaultfd-sys", version = "^0.6.0" }
1818

1919
[dev-dependencies]
20-
nix = { version = "0.27", features = ["poll", "mman", "feature"] }
20+
nix = { version = "0.30", features = ["poll", "mman", "feature"] }
2121

2222
[features]
2323
default = []

0 commit comments

Comments
 (0)