From 38c41a5f9384ea4de71fa3aaf4491147d81d84b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 10:08:08 +0000 Subject: [PATCH] chore(deps): update rust crate rand to v0.10.2 --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 212afa65..c69818fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1647,7 +1647,7 @@ dependencies = [ "phf 0.14.0", "phf_codegen 0.14.0", "pretty_assertions", - "rand 0.10.1", + "rand 0.10.2", "regex", "rlimit", "rustix", @@ -1709,9 +1709,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" +checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80" dependencies = [ "chacha20", "getrandom 0.4.3", @@ -2162,7 +2162,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.4.3", + "getrandom 0.3.4", "once_cell", "rustix", "windows-sys 0.61.2", @@ -2755,7 +2755,7 @@ dependencies = [ "libc", "nix 0.31.3", "pretty_assertions", - "rand 0.10.1", + "rand 0.10.2", "regex", "rlimit", "tempfile",