From d00b4be47a54f89fdb41a8e225372e8ed9d02959 Mon Sep 17 00:00:00 2001 From: mulhern Date: Tue, 23 Jun 2026 12:09:34 -0400 Subject: [PATCH] Increase loopdev-3 dependency lower bound to 0.5.3 This ensures that all stratisd dependencies are built with the same bindgen version. Signed-off-by: mulhern --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9090a1534c..154b5a483c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -244,7 +244,7 @@ optional = true [dev-dependencies] assert_cmd = "2.2.0" assert_matches = "1.5.0" -loopdev-3 = "0.5.1" +loopdev-3 = "0.5.3" predicates = "3.1.0" proptest = "1.0.0"