diff --git a/Cargo.toml b/Cargo.toml index cb9ccf3..1c93678 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"