From 1dd686ceb674ab1820021ac3e641103b16e930d4 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 16 Jan 2024 14:33:33 -0500 Subject: [PATCH 1/2] 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" From 70cd792041386c62555f117a215e565d7a030ba6 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 16 Jan 2024 14:36:42 -0500 Subject: [PATCH 2/2] Increase bitflags dependency lower bound to 2.3.1 Signed-off-by: mulhern --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e5dd4360..b6a57354 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ path = "./libcryptsetup-rs-sys" [dependencies] either = "1.6.1" libc = "0.2.147" -bitflags = "2.3.0" +bitflags = "2.3.1" log = "0.4.19" serde_json = "1.0.0" lazy_static = "1.4.0"