From 711546a1af3383d8eee780f4fc3bd390ba2cc16c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 23:30:03 +0000 Subject: [PATCH] chore(deps): update rust crate windows to 0.62 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92dc494..2460eea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ parking_lot = "0.12" serde = { version = "1.0", features = ["derive"] } thiserror = "2.0" -windows = { version = "0.61", features = [ +windows = { version = "0.62", features = [ "Win32_Foundation", "Win32_System_Com", "Win32_System_Ole",