Skip to content

Commit f94bec2

Browse files
Update nix requirement from >= 0.18, < 0.22 to >= 0.18, < 0.23
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](https://github.com/nix-rust/nix/commits) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7df959e commit f94bec2

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.22"
19+
nix = ">= 0.18, < 0.23"
2020
rand = "0.8.3"
2121

2222
[dev-dependencies]

0 commit comments

Comments
 (0)