From c2ad655a14312a4cd9d372ded9a29a0a14f41d6f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 14:26:26 +0000 Subject: [PATCH] chore(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 31c3776..a0f2874 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ maud = "0.26.0" rocket = { version = "0.5.1" } include_directory = "0.1.1" grid = "0.15.0" -rand = "0.8.5" +rand = "0.9.0" static_hero_icons = "0.3.0" [dependencies.uuid]