Update Rust crate rand to 0.10.0-rc.5
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-11 00:18:49 +00:00
parent 98c30ca164
commit a8ade466c8
2 changed files with 15 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ futures = "0.3.31"
serde = { version = "1.0.228", features = ["derive"] }
reqwest = { version = "0.12.24", features = ["json"] }
serde_json = "1.0.145"
rand = "0.10.0-rc.0"
rand = "0.10.0-rc.5"
actix = "0.13.5"
actix-identity = "0.9.0"
actix-session = { version = "0.11.0", features = ["cookie-session"] }