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:27:40 +00:00
parent 76a4506a62
commit cf31ab6ecd

View File

@ -35,7 +35,7 @@ uuid = { version = "1.11.0", features = ["v4", "serde"] }
lazy-regex = "3.3.0" lazy-regex = "3.3.0"
thiserror = "2.0.0" thiserror = "2.0.0"
image = "0.25.4" image = "0.25.4"
rand = "0.8.5" rand = "0.9.0"
bytes = "1.8.0" bytes = "1.8.0"
tokio = "1.41.1" tokio = "1.41.1"
futures = "0.3.31" futures = "0.3.31"