From 92ef569a33d81ab9d968800be51e0d32af9974a5 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Fri, 17 Apr 2026 15:37:39 +0100 Subject: [PATCH] chore(deps): bump rust crate rand minimum version to v0.8.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 72cc57c..e412aa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,4 @@ nightly = [] rand = ["dep:rand", "std"] [dependencies] -rand = { version = "0.8", optional = true } +rand = { version = "0.8.6", optional = true }