From 31f9c8a1058ba42a30d87c1dc401198be5521762 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 05:59:58 +0000 Subject: [PATCH] Update Rust crate rand_chacha to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 173d54082..bae685535 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ progenitor-client = "0.10.0" proptest = "1.6.0" rayon = "1.10.0" rand = { version = "0.8.5", features = ["min_const_gen", "small_rng"] } -rand_chacha = "0.3.1" +rand_chacha = "0.9.0" reedline = "0.39.0" rangemap = "1.5.1" reqwest = { version = "0.12", features = ["default", "blocking", "json", "stream"] }