Skip to content

Commit eb2d3d3

Browse files
author
Luca Bruno
authored
Merge pull request #38 from coreos/dependabot/cargo/nix-gte-0.18-and-lt-0.23
Update nix requirement from >= 0.18, < 0.22 to >= 0.18, < 0.23
2 parents 7df959e + f94bec2 commit eb2d3d3

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)