mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-10 11:39:48 +00:00
`serde_yaml` is now deprecated. The API-compatible `yaml_serde` should be used instead. Replace `serde_yaml` with `yaml_serde`. This is purely mechanical as the API is 1-to-1. Co-Authored-By: Mac L <mjladson@pm.me>