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
This commit is contained in:
Dragan Spiridonov 2026-07-24 14:46:49 +02:00
parent 788d685b9f
commit fac8cbc129
1 changed files with 3 additions and 0 deletions

3
v2/Cargo.lock generated
View File

@ -10854,6 +10854,9 @@ checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
[[package]] [[package]]
name = "wifi-densepose-aether" name = "wifi-densepose-aether"
version = "0.3.0" version = "0.3.0"
dependencies = [
"serde_json",
]
[[package]] [[package]]
name = "wifi-densepose-bfld" name = "wifi-densepose-bfld"