From 4adf91df3b87164d18e23959c77e9f68b385d0a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:17:34 +0000 Subject: [PATCH] build(deps): bump windows-sys from 0.52.0 to 0.61.2 Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.52.0 to 0.61.2. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) --- updated-dependencies: - dependency-name: windows-sys dependency-version: 0.61.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- crates/sysevent-winevent/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24c7c42d6..cad6d998f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6368,7 +6368,7 @@ name = "sysevent-winevent" version = "0.0.0" dependencies = [ "sysevent", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/crates/sysevent-winevent/Cargo.toml b/crates/sysevent-winevent/Cargo.toml index 029a8d7e5..4f47a2647 100644 --- a/crates/sysevent-winevent/Cargo.toml +++ b/crates/sysevent-winevent/Cargo.toml @@ -10,7 +10,7 @@ publish = false [dependencies] sysevent.path = "../sysevent" -windows-sys = { version = "0.52", features = [ +windows-sys = { version = "0.61", features = [ "Win32_System_EventLog", "Win32_Foundation" ] }