Skip to content

chore(deps): bump windows-service from 0.4.0 to 0.5.0#64

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/windows-service-0.5.0
Closed

chore(deps): bump windows-service from 0.4.0 to 0.5.0#64
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/windows-service-0.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 21, 2022

Bumps windows-service from 0.4.0 to 0.5.0.

Changelog

Sourced from windows-service's changelog.

[0.5.0] - 2022-07-20

Added

  • Implement AsRawHandle for ServiceStatusHandle. Allows using the service handles with other Windows APIs, not covered by this crate.

Changed

  • Upgrade the crate to Rust 2021 edition and bump the MSRV to 1.58.0
  • Breaking: Change winapi dependency to windows-sys. This is a breaking change since some of the low level Windows types are exposed in the public API of this library.
  • Breaking: Update widestring dependency to 1.0 and remove it from the public API.
  • Breaking: Change ServiceState::to_raw to take self instead of &self.
Commits
  • 24bd91a Bump version and prepare for 0.5 release
  • aa5b1a4 Merge branch 'undo-impl-trait-for-slices'
  • 1519601 Revert Service::start back to using generics over impl trait
  • ecc0e50 Merge branch 'improve-ci'
  • 6f745b8 Remove Appveyor CI config
  • 4e298f6 Simplify if-then-else expression that returned a bool literal
  • ab3e049 Change ServiceState::to_raw to take self instead of &self
  • cb0a24f Add safety documentation to ServiceConfig::from_raw
  • afa4374 Add safety documentation to ServiceFailureActions::from_raw
  • b552340 Remove 'static from a static
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [windows-service](https://github.com/mullvad/windows-service-rs) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/mullvad/windows-service-rs/releases)
- [Changelog](https://github.com/mullvad/windows-service-rs/blob/master/CHANGELOG.md)
- [Commits](mullvad/windows-service-rs@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: windows-service
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 21, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 8, 2023

Superseded by #79.

@dependabot dependabot Bot closed this Mar 8, 2023
@dependabot dependabot Bot deleted the dependabot/cargo/windows-service-0.5.0 branch March 8, 2023 04:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants