From 8de6ca700ee9aac68ce7767b46a54b2e06dec47b Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 28 Jan 2025 00:26:57 +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 72cfb82..13bdcdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,5 +28,5 @@ rustls = { version = "0.21.0", features = ["dangerous_configuration"] } rustls-native-certs = "0.6.3" [dev-dependencies] -rand = "0.8.5" +rand = "0.9.0" mktemp = "0.5.1" \ No newline at end of file