From 5d3efc308b6824cc0874dceab21ddd91166b274a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 02:12:02 +0000 Subject: [PATCH] chore(deps): update rust crate windows-sys to 0.61 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 802a7670bf8..c5857c14679 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ unicode-xid = "0.2.6" url = "2.5.4" varisat = "0.2.2" walkdir = "2.5.0" -windows-sys = "0.60" +windows-sys = "0.61" winnow = "0.7.13" [workspace.lints.rust]