From 00526dec31dea8b6433343c7f88973e82debf7a7 Mon Sep 17 00:00:00 2001 From: Kayshen-X Date: Fri, 19 Jun 2026 18:46:01 +0800 Subject: [PATCH] chore(host): lock op-host-desktop's op-web-daemon dependency The web_static move (a0f37443) added op-web-daemon to op-host-desktop's Cargo.toml but omitted the corresponding Cargo.lock entry (codex stop-review), leaving the lock inconsistent with the manifest. Hunk-staged to add only op-host-desktop's op-web-daemon dep line, excluding the concurrent actor's in-flight op-web-sdk lock changes. --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.lock b/Cargo.lock index a2dff01f1..39e7a836c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3247,6 +3247,7 @@ dependencies = [ "op-orchestrator", "op-pen-loader", "op-process-io", + "op-web-daemon", "reqwest 0.12.28", "rfd", "serde",