chore(#3422): drop swarmctl's now-unused serde_json dependency

Its last call sites were the JSON store's to_string_pretty/from_str,
which this branch replaced with serde_norway. Nothing in swarmctl/src
names it any more.

Caught by argus, and it is the second time: the same reviewer found a
dead reqwest in swarm-controller after a move earlier this week. No lint
in this workspace sees an unused dependency, so both were green locally
and in CI -- a move has two sides and my gate only looked at one. My
local gate now carries an advisory check for it.
This commit is contained in:
atlas 2026-08-18 10:39:58 +02:00
commit ddccdf2bab
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -4662,7 +4662,6 @@ dependencies = [
"clap-markdown",
"clap_complete",
"serde",
"serde_json",
"serde_norway",
]