nickspring / charset-normalizer-rs

Truly universal encoding detector in pure Rust - port of Python version
https://crates.io/crates/charset-normalizer-rs
MIT License
33 stars 3 forks source link

[BUG] cargo audit gives a warning about `encoding` being unmaintaned. #38

Open snaggen opened 6 months ago

snaggen commented 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.