Summary
serde_yaml is declared but used nowhere in src/ or tests/.
Location
Cargo.toml:32 — grep serde_yaml src tests → no usages.
Details & impact
serde_yaml is officially deprecated/unmaintained (RustSec advisory territory), adds attack surface and audit noise for zero benefit.
Suggested fix
Delete the dependency.
Acceptance criteria
serde_yaml is removed and the build still passes.
Summary
serde_yamlis declared but used nowhere insrc/ortests/.Location
Cargo.toml:32—grep serde_yaml src tests→ no usages.Details & impact
serde_yamlis officially deprecated/unmaintained (RustSec advisory territory), adds attack surface and audit noise for zero benefit.Suggested fix
Delete the dependency.
Acceptance criteria
serde_yamlis removed and the build still passes.