From 27e5fdb9c3827b907f6f3ed28662ba413806e263 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 16:32:53 +0000 Subject: [PATCH] fix(deps): update rust crate rand to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 688e2fc..1d9a070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ tracing-subscriber = "0.3.16" serde = { version = "1.0.193", features = [ "derive" ] } basic-toml = { version = "0.1.1" } serde_json = "1.0.108" -rand = "0.8.5" +rand = "0.10.0"