Skip to content

Commit e4ed3a3

Browse files
Bump windows-service from 0.7.0 to 0.8.0
Bumps [windows-service](https://github.com/mullvad/windows-service-rs) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/mullvad/windows-service-rs/releases) - [Changelog](https://github.com/mullvad/windows-service-rs/blob/main/CHANGELOG.md) - [Commits](mullvad/windows-service-rs@v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: windows-service dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 51f5212 commit e4ed3a3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ windows = { version = "0.60", features = [
237237
"Win32_Foundation",
238238
"Win32_Networking", "Win32_Networking_WinSock", "Win32_System_IO", # set UDP_CONNRESET off
239239
] }
240-
windows-service = "0.7.0"
240+
windows-service = "0.8.0"
241241
self_update = { version = "0.42.0", default-features = false, features=["archive-zip", "compression-zip-deflate"], optional = true }
242242
self-replace = { version = "1.3.7", optional = true }
243243
same-file = { version = "1", optional = true }

0 commit comments

Comments
 (0)