Skip to content

Commit 9b9d84d

Browse files
author
Luca Bruno
authored
Merge pull request #35 from coreos/dependabot/cargo/nix-gte-0.18-and-lt-0.22
Update nix requirement from >= 0.18, < 0.21 to >= 0.18, < 0.22
2 parents f61050f + c8ff29a commit 9b9d84d

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)