There was a rustsec advisory about [`unic` being unmaintained](https://github.com/rustsec/advisory-db/issues/2414). It seems to be used in [`literal/Cargo.toml`](https://github.com/RustPython/Parser/blob/18343073aac091e5d9717b5168c53841bbcaf398/literal/Cargo.toml#L16) and [`parser/Cargo.toml`](https://github.com/RustPython/Parser/blob/18343073aac091e5d9717b5168c53841bbcaf398/parser/Cargo.toml#L38). Solution: Replace with something maintained, see the rustsec advisory link for suggestions.