From f902a32ad080609ecd5b1f91a7c3f740d5b00473 Mon Sep 17 00:00:00 2001 From: hyperpolymath Date: Tue, 12 May 2026 23:21:33 +0200 Subject: [PATCH] fix(deps): bump vulnerable crates to patched versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cargo.lock bumps for outstanding Dependabot alerts. Updated 1 crate version(s) across 1 workspace(s). Updated: - [personal-sysadmin] hickory-proto -> latest (medium) Skipped (Cargo.toml constraint blocks — manifest bump needed): - [.] rand@0.9.3 (low, GHSA-cq8v-f236-94qc) - [panoptes] rand@0.9.3 (low, GHSA-cq8v-f236-94qc) - [personal-sysadmin] rand@0.9.3 (low, GHSA-cq8v-f236-94qc) - [czech-file-knife] rand@0.9.3 (low, GHSA-cq8v-f236-94qc) --- personal-sysadmin/Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/personal-sysadmin/Cargo.lock b/personal-sysadmin/Cargo.lock index 82d0c0e..8b41095 100644 --- a/personal-sysadmin/Cargo.lock +++ b/personal-sysadmin/Cargo.lock @@ -81,7 +81,7 @@ version = "1.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -92,7 +92,7 @@ checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" dependencies = [ "anstyle", "once_cell_polyfill", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -854,7 +854,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -2414,7 +2414,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -3304,7 +3304,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.12.1", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]] @@ -3639,7 +3639,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -3783,7 +3783,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix 1.1.4", - "windows-sys 0.61.2", + "windows-sys 0.59.0", ] [[package]]