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

This commit is contained in:
2026-01-07 00:27:42 +00:00
parent da25666d29
commit 0dc184faa7
2 changed files with 24 additions and 11 deletions

View File

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