From f5713b90dcc1cdafe37e8f291ead5aadcd744e02 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 9a2e5c0f..c25f1ecf 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", ]