From b3a0261f6f6dd209894c11846789257a340b4c3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:35:05 +0000 Subject: [PATCH] fix(deps): update rust crate random_word to 0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f765b39..3eb6bca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,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" -random_word = { version = "0.4", features = ["en"] } +random_word = { version = "0.5", features = ["en"] } log = "0.4" getrandom = { version = "0.2", features = ["js"] } web-time = "1"