Skip to content

build(deps): bump windows-service from 0.7.0 to 0.8.1 - #25

Merged
Sbussiso merged 2 commits into
masterfrom
dependabot/cargo/windows-service-0.8.1
Sep 13, 2026
Merged

build(deps): bump windows-service from 0.7.0 to 0.8.1#25
Sbussiso merged 2 commits into
masterfrom
dependabot/cargo/windows-service-0.8.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor

Bumps windows-service from 0.7.0 to 0.8.1.

Release notes

Sourced from windows-service's releases.

v0.8.1

What's Changed

New Contributors

Full Changelog: mullvad/windows-service-rs@v0.8.0...v0.8.1

Changelog

Sourced from windows-service's changelog.

[0.8.1] - 2026-05-08

Changed

  • Upgrade windows-sys dependency to 0.61 and bump the MSRV to 1.71.0.

[0.8.0] - 2025-02-19

Added

  • Add missing ServiceAccess flags READ_CONTROL, WRITE_DAC and WRITE_OWNER.
  • Add support for protected services (See: ServiceLaunchProtected).

Changed

  • Upgrade windows-sys dependency to 0.59 and bump the MSRV to 1.60.0.
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.7.0 to 0.8.1.
- [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.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sbussiso added a commit that referenced this pull request Sep 13, 2026
Four of the five open Cargo bumps, taken together because they share no
API surface and the compiler checks all of them at once:

  sysinfo    0.30.13 -> 0.39.6   (#20)
  rusqlite   0.31.0  -> 0.40.2   (#28)
  crossterm  0.27.0  -> 0.29.0   (#24)
  indicatif  0.17.11 -> 0.18.6   (#23)

No source changes were needed. The two that looked most likely to break
did not: this tree uses only `System::host_name()`, `Disks` and
`sysinfo::Disk` from sysinfo, and only `params`, `Connection`, `Row` and
`Result` from rusqlite — narrow enough that nine and nine minor
versions of churn pass straight through.

Verified locally with the same gates test.yml runs:

  cargo build --locked                  exit 0
  cargo clippy --all-targets --locked   exit 0, 30 warnings
  cargo test --locked                   241 passed, 0 failed, 1 ignored
  cargo audit                           1 allowed warning

The 30 clippy warnings are pre-existing doc and style lints in our own
code; none of them reference the bumped crates, and none is a
deprecation notice from the new versions.

indicatif 0.18 drops `number_prefix`, which clears one of the two
`unmaintained` advisories test.yml's comment lists. fxhash remains, and
is unchanged by this.

windows-service 0.8 (#25) is deliberately NOT here. It only compiles
under `cfg(target_os = "windows")`, test.yml runs ubuntu-only, and
cross-compiling to x86_64-pc-windows-msvc fails locally in ring's build
script with no MSVC toolchain available. Bumping it here would mean
shipping an unverified change into the binary customers install. It
needs a Windows CI leg first.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
Sbussiso added a commit that referenced this pull request Sep 13, 2026
Everything under cfg(target_os = "windows") was invisible to CI:
src/service.rs — the entire Windows Service entry point — plus the
windows-service and tracing-appender dependencies and every Windows
branch in the platform modules. test.yml runs ubuntu-only, so the only
thing that ever compiled that code was release.yml, on a tag, after the
decision to ship had already been made.

The gap had teeth. windows-service 0.7 -> 0.8 (#25) could not be
reviewed at all: ubuntu CI reported green without compiling a line of
what the bump affects, and cross-compiling to x86_64-pc-windows-msvc
fails locally in ring's build script with no MSVC toolchain available.
For a binary that installs onto customers' own machines as a Windows
Service, release time is the wrong moment to discover that.

Adds a `windows` job on windows-latest running build + clippy. A full
build rather than `check`, because linking is part of what can break
when windows-service resolves Service Control Manager entry points —
a check would type-check those and never link them.

No `cargo test` on Windows: `--all-targets` already type-checks the
test code, which is what catches a Windows-only compile regression.
Running the suite there means triaging tests that assume POSIX paths
and a present ffmpeg — worth doing, not worth coupling to this.

Also drops number_prefix from the cargo-audit comment's list of
unmaintained crates; indicatif 0.18 stopped depending on it in #35.

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
@Sbussiso
Sbussiso merged commit f987ad8 into master Sep 13, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/windows-service-0.8.1 branch September 13, 2026 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant