From eb48ee0aa575f4de6e02399ba9599a4ce84446c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 16:06:35 +0000 Subject: [PATCH] Bump windows-service from 0.7.0 to 0.8.1 in /agent Bumps [windows-service](https://github.com/mullvad/windows-service-rs) from 0.7.0 to 0.8.1. - [Release notes](https://github.com/mullvad/windows-service-rs/releases) - [Changelog](https://github.com/mullvad/windows-service-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/mullvad/windows-service-rs/compare/v0.7.0...v0.8.1) --- updated-dependencies: - dependency-name: windows-service dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- agent/Cargo.lock | 14 +++++++------- agent/cairnobs-agent/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/agent/Cargo.lock b/agent/Cargo.lock index 9ac5b14..b86c6b0 100644 --- a/agent/Cargo.lock +++ b/agent/Cargo.lock @@ -283,7 +283,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -502,7 +502,7 @@ dependencies = [ "hyper", "libc", "pin-project-lite", - "socket2 0.5.10", + "socket2 0.6.5", "tokio", "tower-service", "tracing", @@ -867,7 +867,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -1079,7 +1079,7 @@ dependencies = [ "getrandom 0.4.3", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -1460,13 +1460,13 @@ dependencies = [ [[package]] name = "windows-service" -version = "0.7.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d24d6bcc7f734a4091ecf8d7a64c5f7d7066f45585c1861eba06449909609c8a" +checksum = "857224b3b211c6f3616921f081ee54721ee3ad2ace2fac6a6337e032f7b4dcf2" dependencies = [ "bitflags", "widestring", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/agent/cairnobs-agent/Cargo.toml b/agent/cairnobs-agent/Cargo.toml index f132868..a9aa85b 100644 --- a/agent/cairnobs-agent/Cargo.toml +++ b/agent/cairnobs-agent/Cargo.toml @@ -46,7 +46,7 @@ windows = { version = "0.58", features = [ "Win32_System_Diagnostics_Etw", "Win32_Security", ] } -windows-service = "0.7" +windows-service = "0.8" quick-xml = "0.41" [build-dependencies]