Update Rust crate rand to 0.9.1
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-04-18 00:27:38 +00:00
parent 24fd439284
commit 9a593142d1
2 changed files with 3 additions and 4 deletions

View File

@ -17,6 +17,6 @@ kube = { version = "0.99.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.24.0", features = ["v1_31"] }
futures = "0.3.31"
thiserror = "2.0.12"
rand = "0.9.0"
rand = "0.9.1"
mktemp = "0.5.1"
reqwest = "0.12.15"