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
|
|
@ -14,7 +14,6 @@ clap.workspace = true
|
|||
clap-markdown = "0.1"
|
||||
clap_complete.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
serde_norway = "0.9.42"
|
||||
|
||||
[lints]
|
||||
|
|
|
|||
Loading…
Reference in a new issue