From c21551c9338cc777db4c35e45f018e893d6577fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 00:47:00 +0000 Subject: [PATCH] chore(deps)(deps): bump windows-sys from 0.60.2 to 0.61.2 Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.60.2 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 | 16 ++++++++-------- crates/lpm-cli/Cargo.toml | 2 +- crates/lpm-common/Cargo.toml | 2 +- crates/lpm-global/Cargo.toml | 2 +- crates/lpm-plugin/Cargo.toml | 2 +- crates/lpm-proxy/Cargo.toml | 2 +- crates/lpm-runner/Cargo.toml | 2 +- crates/lpm-sandbox/Cargo.toml | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0bcd21f0..0ac3871a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3276,7 +3276,7 @@ dependencies = [ "urlencoding", "windows", "windows-future", - "windows-sys 0.60.2", + "windows-sys 0.61.2", "wiremock", "x509-parser", ] @@ -3300,7 +3300,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "tracing", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -3355,7 +3355,7 @@ dependencies = [ "thiserror 2.0.18", "toml", "tracing", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -3480,7 +3480,7 @@ dependencies = [ "tempfile", "tokio", "tracing", - "windows-sys 0.60.2", + "windows-sys 0.61.2", "wiremock", "zip", ] @@ -3504,7 +3504,7 @@ dependencies = [ "thiserror 2.0.18", "tokio", "tokio-rustls", - "windows-sys 0.60.2", + "windows-sys 0.61.2", "x509-parser", ] @@ -3597,7 +3597,7 @@ dependencies = [ "tempfile", "toml", "tracing", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -3634,7 +3634,7 @@ dependencies = [ "tempfile", "thiserror 2.0.18", "tracing", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -5404,7 +5404,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.60.2", + "windows-sys 0.52.0", ] [[package]] diff --git a/crates/lpm-cli/Cargo.toml b/crates/lpm-cli/Cargo.toml index d2954d7b..7fec3607 100644 --- a/crates/lpm-cli/Cargo.toml +++ b/crates/lpm-cli/Cargo.toml @@ -155,7 +155,7 @@ windows = { version = "0.62.2", features = [ "Win32_System_WinRT", ] } windows-future = "0.3.2" -windows-sys = { version = "0.60", features = [ +windows-sys = { version = "0.61", features = [ "Win32_Foundation", "Win32_Security", "Win32_Security_Authorization", diff --git a/crates/lpm-common/Cargo.toml b/crates/lpm-common/Cargo.toml index 16ec7b34..1951d5ba 100644 --- a/crates/lpm-common/Cargo.toml +++ b/crates/lpm-common/Cargo.toml @@ -25,7 +25,7 @@ tracing = { workspace = true } libc = "0.2" [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.60", features = ["Win32_Storage_FileSystem"] } +windows-sys = { version = "0.61", features = ["Win32_Storage_FileSystem"] } [dev-dependencies] tempfile = "3" diff --git a/crates/lpm-global/Cargo.toml b/crates/lpm-global/Cargo.toml index e9e79fd5..ea8bab8a 100644 --- a/crates/lpm-global/Cargo.toml +++ b/crates/lpm-global/Cargo.toml @@ -18,7 +18,7 @@ chrono = { workspace = true } crc32fast = { workspace = true } [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.60", features = ["Win32_Foundation"] } +windows-sys = { version = "0.61", features = ["Win32_Foundation"] } [dev-dependencies] tempfile = "3" diff --git a/crates/lpm-plugin/Cargo.toml b/crates/lpm-plugin/Cargo.toml index 3bdb4a6d..0c91c442 100644 --- a/crates/lpm-plugin/Cargo.toml +++ b/crates/lpm-plugin/Cargo.toml @@ -21,7 +21,7 @@ zip = { workspace = true } sha2 = { workspace = true } [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.60", features = ["Win32_Foundation", "Win32_Storage_FileSystem"] } +windows-sys = { version = "0.61", features = ["Win32_Foundation", "Win32_Storage_FileSystem"] } [dev-dependencies] filetime = { workspace = true } diff --git a/crates/lpm-proxy/Cargo.toml b/crates/lpm-proxy/Cargo.toml index c032bedf..70f4f82b 100644 --- a/crates/lpm-proxy/Cargo.toml +++ b/crates/lpm-proxy/Cargo.toml @@ -25,7 +25,7 @@ x509-parser = "0.16" libc = "0.2" [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.60", features = [ +windows-sys = { version = "0.61", features = [ "Win32_Foundation", "Win32_Security", "Win32_Security_Authorization", diff --git a/crates/lpm-runner/Cargo.toml b/crates/lpm-runner/Cargo.toml index bf853a9e..e5a20683 100644 --- a/crates/lpm-runner/Cargo.toml +++ b/crates/lpm-runner/Cargo.toml @@ -36,7 +36,7 @@ libc = "0.2" signal-hook = "0.3" [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.60", features = [ +windows-sys = { version = "0.61", features = [ "Win32_Foundation", "Win32_NetworkManagement_IpHelper", "Win32_Networking_WinSock", diff --git a/crates/lpm-sandbox/Cargo.toml b/crates/lpm-sandbox/Cargo.toml index 10c20eda..f6dcb4e6 100644 --- a/crates/lpm-sandbox/Cargo.toml +++ b/crates/lpm-sandbox/Cargo.toml @@ -82,7 +82,7 @@ libc = "0.2" # `CreateProcessW` itself instead of going through `Command::spawn`) # so it can use the documented `ResumeThread` API. [target.'cfg(target_os = "windows")'.dependencies] -windows-sys = { version = "0.60", features = [ +windows-sys = { version = "0.61", features = [ "Win32_Foundation", "Win32_Security", "Win32_Security_Authorization",