Skip to content

Commit 335de74

Browse files
Update nix requirement from 0.26 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.26.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 8eb7859 commit 335de74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rand = "0.8"
3131
log = { version = "0.4", optional = true }
3232

3333
[target.'cfg(unix)'.dependencies]
34-
nix = { version = "0.26", default-features = false, features = ["fs", "mman"] }
34+
nix = { version = "0.30", default-features = false, features = ["fs", "mman"] }
3535
libc = "0.2"
3636

3737
[target.'cfg(windows)'.dependencies]

0 commit comments

Comments
 (0)