From edd1acc8148a2fac825de71de5df067e1c47014e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 07:47:21 +0000 Subject: [PATCH] fix(deps): update rust crate rand_chacha to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1bd85ab..664bf83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ version = "0.8" optional = true [dependencies.rand_chacha] -version = "0.3" +version = "0.9" optional = true [dependencies.rayon]