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:
parent
6ca4887af4
commit
ddccdf2bab
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -4662,7 +4662,6 @@ dependencies = [
|
|||
"clap-markdown",
|
||||
"clap_complete",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_norway",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue