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

This commit is contained in:
2025-11-08 00:13:52 +00:00
parent 849ee1121d
commit 0ba3cd7f5a
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.1"
actix = "0.13.5"
actix-identity = "0.9.0"
actix-session = { version = "0.11.0", features = ["cookie-session"] }