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"] }