From 78cdb384b39d7dad4bc300f0b64cf0eb1e26a40f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:35:02 +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 f765b39..49f119e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ catppuccin-egui = { version = "5.3.1", default-features = false, features = ["eg tracing-subscriber = "0.3" serde = { version = "1", features = ["derive"] } -rand = "0.8.5" +rand = "0.9.0" random_word = { version = "0.4", features = ["en"] } log = "0.4" getrandom = { version = "0.2", features = ["js"] }