Skip to content

Commit c8ff29a

Browse files
Update nix requirement from >= 0.18, < 0.21 to >= 0.18, < 0.22
Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.18.0...v0.21.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent f61050f commit c8ff29a

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
@@ -16,7 +16,7 @@ documentation = "http://docs.rs/openat-ext"
1616
[dependencies]
1717
openat = "0.1.15"
1818
libc = "^0.2.94"
19-
nix = ">= 0.18, < 0.21"
19+
nix = ">= 0.18, < 0.22"
2020
rand = "0.8.3"
2121

2222
[dev-dependencies]

0 commit comments

Comments
 (0)