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.
This commit is contained in:
parent
249614aa87
commit
00526dec31
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -3247,6 +3247,7 @@ dependencies = [
|
|||
"op-orchestrator",
|
||||
"op-pen-loader",
|
||||
"op-process-io",
|
||||
"op-web-daemon",
|
||||
"reqwest 0.12.28",
|
||||
"rfd",
|
||||
"serde",
|
||||
|
|
|
|||
Loading…
Reference in a new issue