From 1dd686ceb674ab1820021ac3e641103b16e930d4 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 16 Jan 2024 14:33:33 -0500 Subject: [PATCH] Increase libc dependency lower bound to 0.2.147 The lower bound of nix requires it. Signed-off-by: mulhern --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 565d46f6..e5dd4360 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"