mehcode / config-rs

⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).
Apache License 2.0
2.43k stars 206 forks source link

Switch from yaml-rust to yaml-rust2 dependency #554

Closed 0rzech closed 3 months ago

0rzech commented 3 months ago

This is because yaml-rust is unmaintained and thus has been reported in RUSTSEC-2024-0320.

Resolves #473 . Resolves #553 .

matthiasbeyer commented 3 months ago

Although https://github.com/mehcode/config-rs/issues/549 I will merge this if CI is green.

0rzech commented 3 months ago

CI should become green now.

jmevel commented 1 month ago

Hi Is it possible de create a new release on crates.io ? This has been merged a month ago but the latest 0.14.0 is 3 months old...

Thanks

matthiasbeyer commented 1 month ago

549