Skip to content

Commit

Permalink
Bump windows-service from 0.6.0 to 0.7.0 in /rust
Browse files Browse the repository at this point in the history
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](mullvad/windows-service-rs@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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Apr 29, 2024
1 parent 75ff360 commit 28a2e42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 71 deletions.
74 changes: 4 additions & 70 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/vdd-user-session-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
windows-service = "0.6.0"
windows-service = "0.7.0"
driver-ipc = { path = "../driver-ipc" }
clap = { version = "4.5.4", features = ["derive"] }
winreg = "0.52.0"
Expand Down

0 comments on commit 28a2e42

Please sign in to comment.