From c52ae119e155b479f70b6df0e75abb73aa65ac1e Mon Sep 17 00:00:00 2001 From: enricobuehler Date: Fri, 3 Jul 2026 15:17:31 +0000 Subject: [PATCH] fix: regenerate Cargo.lock for punktfunk-host's winresource build-dep The "Punktfunk Host" identity work added winresource to the host crate but didn't update the lock, so every --locked CI job failed to resolve. Co-Authored-By: Claude Fable 5 --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.lock b/Cargo.lock index 9a2e5c0..c25f1ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3027,6 +3027,7 @@ dependencies = [ "windows 0.62.2 (registry+https://github.com/rust-lang/crates.io-index)", "windows-service", "winreg", + "winresource", "x509-parser", "xkbcommon", ]