fzyzcjy / flutter_rust_bridge

Flutter/Dart <-> Rust binding generator, feature-rich, but seamless and simple.
https://fzyzcjy.github.io/flutter_rust_bridge/
MIT License
4.29k stars 301 forks source link

Upgrade serde yaml #2333

Closed atezet closed 1 month ago

atezet commented 1 month ago

Changes

Upgrade serde_yaml to the newest released version (0.9). serde_yaml 0.8 depends on the unmaintained yaml-rust RUSTSEC-2024-0320, and an upgrade didn't seem to break anything. Point of discussion is that serde_yaml is now archived/deprecated entirely and will probably be marked as unmaintained in the near future as well https://github.com/rustsec/advisory-db/issues/1925.

Checklist

Remark for PR creator

fzyzcjy commented 1 month ago

Point of discussion is that serde_yaml is now archived/deprecated entirely and will probably be marked as unmaintained in the near future as well https://github.com/rustsec/advisory-db/issues/1925.

Yes I think so...

atezet commented 1 month ago

@fzyzcjy this one's green!