Update Rust crate rand to 0.9.2
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-07-21 00:15:55 +00:00
parent 77d618a87d
commit 176766623a
2 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ actix-web = "4.11.0"
actix-session = { version = "0.10.1", features = ["redis-session"] }
light-openid = "1.0.4"
thiserror = "2.0.12"
rand = "0.9.1"
rand = "0.9.2"
rust-embed = "8.7.2"
mime_guess = "2.0.5"
askama = "0.14.0"