build(deps): bump windows-service from 0.7.0 to 0.8.1 - #25
Merged
Conversation
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>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps windows-service from 0.7.0 to 0.8.1.
Release notes
Sourced from windows-service's releases.
Changelog
Sourced from windows-service's changelog.
Commits
aab4057Release 0.8.162b22a3Bump MSRV to 1.71f697451Add lockfile to version controlb1eb2d0Merge remote-tracking branch 'ssrlive/main'1d0c7eamake clippy happy1a6c809update windows-sys to v0.60ffaaf80Bump version to 0.8.0 and add changelogc6afc56Bump windows-sys version to 0.5996efa4eMerge commit '9dc8af8'9dc8af8Add missing standard access rightsDependabot 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 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)