Skip to content

Commit 2ff0ea5

Browse files
authored
Merge pull request #265 from mulkieran/nix-0.26
Increase nix dependency lower bound to 0.26.0
2 parents 3784ddc + 95e1d3d commit 2ff0ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ path = "./libcryptsetup-rs-sys"
2020

2121
[dependencies]
2222
either = "1.6.1"
23-
libc = "0.2.121"
23+
libc = "0.2.137"
2424
bitflags = "1.3.2"
2525
serde_json = "1.0.0"
2626
lazy_static = "1.4.0"
@@ -36,7 +36,7 @@ semver = "1.0.0"
3636
[dev-dependencies]
3737
base64 = "0.13.0"
3838
loopdev = "0.4.0"
39-
nix = "0.24.0"
39+
nix = "0.26.0"
4040
rand = "0.8.0"
4141

4242
[features]

0 commit comments

Comments
 (0)