chrivers / bifrost

Hue Bridge Emulator
GNU General Public License v3.0
124 stars 6 forks source link

deprecated library. #40

Closed hendriksen-mark closed 2 months ago

hendriksen-mark commented 2 months ago

during compiling in the logs i noticed a deprecated library. Compiling serde_yaml v0.9.34+deprecated serde_yaml is as of march 25 2024 no longer maintained. https://github.com/dtolnay/serde-yaml

chrivers commented 2 months ago

Good catch - I'm going to switch over to https://github.com/sebastienrousseau/serde_yml, which has recently gained popularity.

It's a maintained fork, and it looks to be a drop-in replacement.