From fc307104e90aa8a75698d1c18f87400cbba8d807 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 28 Jan 2025 00:24:53 +0000 Subject: [PATCH] Update Rust crate rand to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"