tunet-rust
tunet-rust copied to clipboard
Bump windows-service from 0.6.0 to 0.7.0
Bumps windows-service from 0.6.0 to 0.7.0.
Changelog
Sourced from windows-service's changelog.
[0.7.0] - 2024-04-12
Added
- Breaking: Add support for user-defined control codes in services. (See:
Service::notifyandnotify_service.rsexample). This is breaking since theServiceControlenum was exhaustive in version 0.6.0.- Breaking: Add support for
LidSwitchStateChangeinPowerBroadcastSetting. This is breaking sincePowerBroadcastSettingwas an exhaustive enum in version 0.6.0.- Breaking: Add support for
SERVICE_SYSTEM_STARTandSERVICE_BOOT_STARTin service start type. This is breaking since theServiceStartTypeenum is exhaustive.- Add function for obtaining service SID infos. (See:
Service::get_config_service_sid_info).Changed
- Breaking: Make a bunch of enums
#[non_exhaustive]:Error,PowerBroadcastSetting,PowerEventParamandServiceControl.- Breaking: Upgrade
windows-sysdependency to 0.52
Commits
7229110Merge branch 'prepare-0.7.0'507f9ccBump version to 0.7.0e3e605aFix wrong changelog entry about SessionChangeReasonc4a368dElaborate on changelog entries that are breaking4996b6bAdd note about upgrading windows-sys to changelog4c31d1eAdd changelog entry about SystemStart and BootStarta87e63cMerge branch 'mark-enums-non_exhaustive'f215e4aAdd to changelog687499eMarkPowerEventParamnon_exhaustiveda5d253Make main Error enum non_exhaustive- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)