From fac8cbc1290224d9fe6ae1def6fdfd466a3214a8 Mon Sep 17 00:00:00 2001 From: Dragan Spiridonov Date: Fri, 24 Jul 2026 14:46:49 +0200 Subject: [PATCH] chore(lock): record wifi-densepose-aether's serde_json dev-dependency bc0e8fd0 added `serde_json` to the aether crate's [dev-dependencies] for the native golden-parity test, but v2/Cargo.lock was not regenerated then (that worktree had no submodules, so the workspace could not build). CI passed only because it does not use `--locked`; committing the lockfile keeps Cargo.toml and Cargo.lock in sync and lets a `--locked`/`--frozen` build succeed. Co-Authored-By: Ruflo & AQE --- v2/Cargo.lock | 3 +++ 1 file changed, 3 insertions(+) diff --git a/v2/Cargo.lock b/v2/Cargo.lock index 8764b73c..3819a75a 100644 --- a/v2/Cargo.lock +++ b/v2/Cargo.lock @@ -10854,6 +10854,9 @@ checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" [[package]] name = "wifi-densepose-aether" version = "0.3.0" +dependencies = [ + "serde_json", +] [[package]] name = "wifi-densepose-bfld"