Hi,
This crate optionally depends on rustls-pemfile==2.2.0 which has just been marked as RUSTSEC-2025-0134 as it is unmaintained.
This causes cargo-deny to fail on our end, the recommended action is to switch to rustls-pki-types.
Some code snippets of how to switch can be found in PRs linked here.
Hi,
This crate optionally depends on
rustls-pemfile==2.2.0which has just been marked as RUSTSEC-2025-0134 as it is unmaintained.This causes cargo-deny to fail on our end, the recommended action is to switch to
rustls-pki-types.Some code snippets of how to switch can be found in PRs linked here.