Xiphoseer / serde-java-properties

Serde support for `java-properties`
https://crates.io/crates/serde-java-properties
MIT License
2 stars 1 forks source link

Get rid of `encoding` dependency #3

Closed DDtKey closed 7 months ago

DDtKey commented 7 months ago

Hi there, Thanks for the serde compatible wrapper!

encoding crate is unmaintained: https://rustsec.org/advisories/RUSTSEC-2021-0153

Could we switch to encoding_rs instead? E.g java-properties uses it https://crates.io/crates/java-properties/2.0.0/dependencies

Xiphoseer commented 7 months ago

Thanks for the heads up!

I updated the dependencies and released a new version. I prefer using encoding_rs anyway, have used it elsewhere in the past, so I welcome the change.

DDtKey commented 7 months ago

Thanks for the really fast update! 🙏

It's now used by Testcontainers for Rust and I caught this with cargo audit