Skip to content

Commit 131a4bc

Browse files
Update nix requirement from 0.30.1 to 0.31.1
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.30.1...v0.31.1) --- updated-dependencies: - dependency-name: nix dependency-version: 0.31.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 10ec085 commit 131a4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exclude = ["test_fixture"]
1212

1313
[dependencies]
1414
libc = "0.2.158"
15-
nix = { version = "0.30.1", features = ["ioctl", "socket"] }
15+
nix = { version = "0.31.1", features = ["ioctl", "socket"] }
1616

1717
[dev-dependencies]
1818
rand = "0.9.0"

0 commit comments

Comments
 (0)