From 6a74858c0d22760314d85ddcc36cbb262b100f53 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Wed, 17 Jun 2026 04:07:21 +0100 Subject: [PATCH] security(deps): lockfile bumps clearing open Cargo advisories (Track E) rand 0.9.2 -> 0.9.3 Same recipe as 007 #44 / docmatrix #35. Lockfile-only; Cargo.toml untouched. Co-Authored-By: Claude Opus 4.8 (1M context) --- Cargo.lock | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 562306d..150d4d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2806,7 +2806,7 @@ dependencies = [ "bit-vec 0.8.0", "bitflags 2.11.0", "num-traits", - "rand 0.9.2", + "rand 0.9.3", "rand_chacha", "rand_xorshift", "regex-syntax", @@ -2853,9 +2853,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", "rand_core 0.9.5", @@ -4524,15 +4524,6 @@ dependencies = [ "windows-targets 0.52.6", ] -[[package]] -name = "windows-sys" -version = "0.59.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" -dependencies = [ - "windows-targets 0.52.6", -] - [[package]] name = "windows-sys" version = "0.60.2"