From f1962f163d4cec045ab3a30a03b606874a340b10 Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Mon, 21 Jul 2025 01:17:58 +0000 Subject: [PATCH] fix(deps): update rust crate rand to 0.9.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d0778f79..d4dcfd353 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -223,7 +223,7 @@ reqwest = { version = "0.12", default-features = false, features = [ ] } serde_json = "1.0" tempfile = "3.14" -rand = "0.8" +rand = "0.9.2" colored = "2.2" dialoguer = "0.11" futures = "0.3"