Open snaggen opened 6 months ago
When running cargo audit I get this warning about encoding being unmaintaned
Crate: encoding Version: 0.2.33 Warning: unmaintained Title: `encoding` is unmaintained Date: 2021-12-05 ID: RUSTSEC-2021-0153 URL: https://rustsec.org/advisories/RUSTSEC-2021-0153 Dependency tree: encoding 0.2.33 └── charset-normalizer-rs 1.0.6
The crate https://crates.io/crates/encoding_rs is suggested as a possible alternative, so maybe it would be worth seeing if it would be possible to use that instead.
When running cargo audit I get this warning about encoding being unmaintaned
The crate https://crates.io/crates/encoding_rs is suggested as a possible alternative, so maybe it would be worth seeing if it would be possible to use that instead.