From 41639bc7b39db2c664ce441b66dd032adba6b6ae Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 18 Feb 2026 15:06:28 -0500 Subject: [PATCH] Increase rand dependency lower bound to 0.10.0 Signed-off-by: mulhern --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a50b34f..9ebc0548 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ base64 = "0.22.0" env_logger = "0.11.0" loopdev-3 = "0.5.0" nix = {version="0.31.1", features=["user"]} -rand = "0.9.0" +rand = "0.10.0" [features] mutex = []