Update Rust crate rand to 0.9.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-18 00:27:27 +00:00
parent 3adc2f424a
commit c296196933
2 changed files with 5 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ actix-web = "4.10.2"
actix-session = { version = "0.10.1", features = ["redis-session"] }
light-openid = "1.0.4"
thiserror = "2.0.12"
rand = "0.9.0"
rand = "0.9.1"
rust-embed = "8.6.0"
mime_guess = "2.0.5"
askama = "0.13.1"