From 9dd4418f5561843cb5c7ea950dc0b9213db0fd82 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 14 Sep 2026 11:24:08 -0400 Subject: [PATCH] Increase rand dependency lower bound to 0.10.1 https://rustsec.org/advisories/RUSTSEC-2026-0097 Signed-off-by: mulhern --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b580fbb6..41d92e79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ base64 = "0.23.0" env_logger = "0.11.0" loopdev-3 = "0.5.0" nix = {version="0.31.1", features=["user"]} -rand = "0.10.0" +rand = "0.10.1" [features] mutex = []