Skip to content

Commit 7d6b576

Browse files
fix(deps): update rust crate rand to 0.9.0
1 parent c1c9a66 commit 7d6b576

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ catppuccin-egui = { version = "5.3.1", default-features = false, features = ["eg
1919

2020
tracing-subscriber = "0.3"
2121
serde = { version = "1", features = ["derive"] }
22-
rand = "0.8.5"
22+
rand = "0.9.0"
2323
random_word = { version = "0.4", features = ["en"] }
2424
log = "0.4"
2525
getrandom = { version = "0.2", features = ["js"] }

0 commit comments

Comments
 (0)