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:36 +00:00
parent 416377163b
commit bb537acd94
2 changed files with 3 additions and 3 deletions

View File

@@ -7,5 +7,5 @@ edition = "2024"
log = "0.4.27"
env_logger = "0.11.8"
actix-web = "4.11.0"
rand = "0.9.1"
rand = "0.9.2"
clap = { version = "4.5.41", features = ["derive"] }