From cd0ec7077e7455a6f305cd8dce05d7159a8fb7b4 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 07:30:33 +0000 Subject: [PATCH] Update Rust crate rand to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec3ca94..1183c7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ futures = "0.3" clap = { version = "4.5.53", features = ["color", "derive"] } tabwriter = { version = "1", features = ["ansi_formatting"] } colored = "3" -rand = "0.8" +rand = "0.9" camino = { version = "1.2.2", features = ["serde1"] } reqwest = { version = "0.12.26", default-features = false } oxnet = { version = "0.1.4", default-features = false }