Skip to content

Commit

Permalink
Increase libc dependency lower bound to 0.2.147
Browse files Browse the repository at this point in the history
The lower bound of nix requires it.

Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Jan 16, 2024
1 parent 8cdd9ce commit 1dd686c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ path = "./libcryptsetup-rs-sys"

[dependencies]
either = "1.6.1"
libc = "0.2.139"
libc = "0.2.147"
bitflags = "2.3.0"
log = "0.4.19"
serde_json = "1.0.0"
Expand Down

0 comments on commit 1dd686c

Please sign in to comment.