Compare commits

..

2 Commits

Author SHA1 Message Date
adf6be1b20 Merge pull request 'Update Rust crate rand to 0.10.0' (#35) from renovate/rand-0.x into master
Some checks failed
continuous-integration/drone/push Build is failing
2026-02-09 00:26:52 +00:00
3efd2e91bd Update Rust crate rand to 0.10.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2026-02-09 00:26:49 +00:00

View File

@@ -7,5 +7,5 @@ edition = "2024"
log = "0.4.29" log = "0.4.29"
env_logger = "0.11.8" env_logger = "0.11.8"
actix-web = "4.12.1" actix-web = "4.12.1"
rand = "0.9.2" rand = "0.10.0"
clap = { version = "4.5.57", features = ["derive"] } clap = { version = "4.5.57", features = ["derive"] }