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:24:53 +00:00
parent 8eb0bae828
commit fc307104e9

View File

@ -17,6 +17,6 @@ kube = { version = "0.97.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.23.0", features = ["v1_31"] }
futures = "0.3.30"
thiserror = "2.0.7"
rand = "0.8.5"
rand = "0.9.0"
mktemp = "0.5.1"
reqwest = "0.12.3"