From 7aa65eac0ecc1a5e30d4085e646334a99249df4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 04:53:21 +0000 Subject: [PATCH] Bump windows-sys from 0.52.0 to 0.59.0 Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.52.0 to 0.59.0. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/compare/0.52.0...0.59.0) --- updated-dependencies: - dependency-name: windows-sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++++++++++- components/core/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23698e78058..74b9afdc413 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1525,7 +1525,7 @@ dependencies = [ "widestring 1.1.0", "winapi", "windows-acl", - "windows-sys 0.52.0", + "windows-sys 0.59.0", "xz2", ] @@ -4482,6 +4482,15 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets 0.52.6", +] + [[package]] name = "windows-targets" version = "0.48.5" diff --git a/components/core/Cargo.toml b/components/core/Cargo.toml index 56eebb71584..a5f8e929d83 100644 --- a/components/core/Cargo.toml +++ b/components/core/Cargo.toml @@ -66,7 +66,7 @@ winapi = { version = "^0.3", features = [ "ws2def", ] } windows-acl = "*" -windows-sys = { version = "^0.52.0", features = [ +windows-sys = { version = "^0.59.0", features = [ "Win32_Foundation", "Win32_System_Environment", ] }