From ae8931d4c779afebc9a5b0a6c5abc91c55245386 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 11 Mar 2025 00:18: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 a4e17b1..ee966f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0.163", features = ["derive"] } log = "0.4.17" zip = { version = "2.1.3", optional = true } mktemp = { version = "0.5.0", optional = true } -rand = { version = "0.8.5", optional = true } +rand = { version = "0.9.0", optional = true } port_scanner = { version = "0.1.5", optional = true } thiserror = "1.0.61"