From 08fbe5dfe074686962ccf8aa9fb418b4f9fe673a Mon Sep 17 00:00:00 2001 From: hyperpolymath Date: Tue, 12 May 2026 23:24:07 +0200 Subject: [PATCH] fix(deps): bump vulnerable crates to patched versions Cargo.lock bumps for outstanding Dependabot alerts. Updated 1 crate version(s) across 1 workspace(s). Updated: - [.] rand -> 0.8.6 (low) --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30becc9..2c852e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -223,9 +223,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" dependencies = [ "libc", "rand_chacha",