From 431a3c034c1316d0d1d6265a96d36fa3462f7cba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 18:33:46 +0000 Subject: [PATCH] chore(deps): Bump windows-service from 0.6.0 to 0.7.0 (#20317) Bumps [windows-service](https://github.com/mullvad/windows-service-rs) from 0.6.0 to 0.7.0. - [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.6.0...v0.7.0) --- updated-dependencies: - dependency-name: windows-service dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12d4a43dfc27b..64c76a71d5b72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11024,13 +11024,13 @@ dependencies = [ [[package]] name = "windows-service" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd9db37ecb5b13762d95468a2fc6009d4b2c62801243223aabd44fca13ad13c8" +checksum = "d24d6bcc7f734a4091ecf8d7a64c5f7d7066f45585c1861eba06449909609c8a" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.4.1", "widestring 1.0.2", - "windows-sys 0.45.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 94bbbba8b57c1..9eaafbaa021c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -353,7 +353,7 @@ heim = { git = "https://github.com/vectordotdev/heim.git", branch = "update-nix" mlua = { version = "0.9.7", default-features = false, features = ["lua54", "send", "vendored", "macros"], optional = true } [target.'cfg(windows)'.dependencies] -windows-service = "0.6.0" +windows-service = "0.7.0" [target.'cfg(unix)'.dependencies] nix = { version = "0.26.2", default-features = false, features = ["socket", "signal"] }