Skip to content

Commit

Permalink
Merge pull request #101 from Achiefs/dependabot/cargo/windows-service…
Browse files Browse the repository at this point in the history
…-0.6.0

Update windows-service requirement from 0.5.0 to 0.6.0
  • Loading branch information
okynos authored Mar 8, 2023
2 parents 8f22f0d + ee14529 commit 386720b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ctrlc = { version = "3.2", default-features = false, features = ["termination"]
log-panics = { version = "2.1.0", features = ["with-backtrace"]}

[target.'cfg(windows)'.dependencies]
windows-service = "0.5.0"
windows-service = "0.6.0"

[dev-dependencies]
tokio-test = "*"

0 comments on commit 386720b

Please sign in to comment.