Compare commits

..

1 Commits

Author SHA1 Message Date
69b2a3f82d Update Rust crate rand to 0.9.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2025-04-04 00:34:18 +00:00

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
log = "0.4.27"
log = "0.4.22"
env_logger = "0.11.8"
actix-web = "4.10.2"
rand = "0.9.0"