girlbossceo / conduwuit

a very cool, featureful fork of conduit
https://conduwuit.puppyirl.gay/
Apache License 2.0
288 stars 39 forks source link

Replace serde_yaml for registering Appservice YAML files #231

Open girlbossceo opened 5 months ago

girlbossceo commented 5 months ago

It is now deprecated https://github.com/dtolnay/serde-yaml/releases/tag/0.9.34

No priority because this is only used to register appservices and the entire functionality is just to parse from/to strings.

image
girlbossceo commented 5 months ago

May actually want to prioritise this sooner or later as someone will eventually file a rustsec advisory on serde_yaml and CI's cargo audit will start failing.

Also, yaml-rust is unmaintained and has a rustsec advisory so can't use that one: https://github.com/chyh1990/yaml-rust/issues/200