From 5b528780dc0ca6dec894026e180792842dbc600b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:46:59 +0000 Subject: [PATCH] Update Rust crate rand to v0.9.3 [SECURITY] --- Cargo.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01836b6..12c3115 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -462,7 +462,7 @@ dependencies = [ "burn", "image", "imageproc", - "rand 0.9.2", + "rand 0.9.3", "thiserror 2.0.18", ] @@ -1190,7 +1190,7 @@ dependencies = [ "memmap2", "num-traits", "num_cpus", - "rand 0.9.2", + "rand 0.9.3", "rand_distr 0.5.1", "rayon", "safetensors 0.7.0", @@ -2799,7 +2799,7 @@ checksum = "c2d1f04709a8ac06e8e8042875a3c466cc4832d3c1a18dbcb9dba3c6e83046bc" dependencies = [ "half", "num-traits", - "rand 0.9.2", + "rand 0.9.3", "rand_distr 0.5.1", ] @@ -3294,7 +3294,7 @@ dependencies = [ "cfg-if", "crunchy", "num-traits", - "rand 0.9.2", + "rand 0.9.3", "rand_distr 0.5.1", "serde", "zerocopy", @@ -3377,7 +3377,7 @@ dependencies = [ "indicatif", "libc", "log", - "rand 0.9.2", + "rand 0.9.3", "reqwest", "serde", "serde_json", @@ -3669,7 +3669,7 @@ dependencies = [ "itertools 0.14.0", "nalgebra", "num", - "rand 0.9.2", + "rand 0.9.3", "rand_distr 0.5.1", "rayon", "rustdct", @@ -5166,7 +5166,7 @@ dependencies = [ "bytes", "getrandom 0.3.4", "lru-slab", - "rand 0.9.2", + "rand 0.9.3", "ring", "rustc-hash 2.1.1", "rustls", @@ -5226,9 +5226,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.5", @@ -5296,7 +5296,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463" dependencies = [ "num-traits", - "rand 0.9.2", + "rand 0.9.3", ] [[package]] @@ -5443,7 +5443,7 @@ dependencies = [ "num-traits", "paste", "profiling", - "rand 0.9.2", + "rand 0.9.3", "rand_chacha 0.9.0", "simd_helpers", "thiserror 2.0.18", @@ -6636,7 +6636,7 @@ dependencies = [ "monostate", "onig", "paste", - "rand 0.9.2", + "rand 0.9.3", "rayon", "rayon-cond", "regex",