Update Rust crate rand to 0.9.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Pierre HUBERT 2025-01-28 00:26:17 +00:00
parent b5c45113e0
commit 5289e67c11

View File

@ -23,7 +23,7 @@ actix = "0.13.3"
actix-web-actors = "4.3.0"
actix-rt = "2.9.0"
uuid = { version = "1.8.0", features = ["v4"] }
rand = "0.8.5"
rand = "0.9.0"
serde_with = "3.8.1"
tokio = { version = "1", features = ["full"] }
semver = "1.0.22"