From 8643821b7ebff8f95362beab9da70cf67e519e83 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 4 May 2025 22:57:54 +0000 Subject: [PATCH] fix(deps): update rust crate rand to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 688e2fc..241dae5 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.9.0"