Skip to content

refactor: use TestContainers

be4bc4c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

refactor!: use TestContainers #458

refactor: use TestContainers
be4bc4c
Select commit
Loading
Failed to load commit list.
GitHub Actions / Security audit succeeded Feb 2, 2026 in 1s

Security advisories found

2 unmaintained

Details

Warnings

RUSTSEC-2025-0052

async-std has been discontinued

Details
Status unmaintained
Package async-std
Version 1.13.2
URL https://github.com/async-rs/async-std
Date 2025-08-24

The async-std has been discontinued.

Alternatives:

RUSTSEC-2025-0134

rustls-pemfile is unmaintained

Details
Status unmaintained
Package rustls-pemfile
Version 2.2.0
URL rustls/pemfile#61
Date 2025-11-28

The rustls-pemfile crate is no longer maintained. The repository has been archived since August
2025, and users are encouraged to depend directly on the underlying PEM parsing code included
in rustls-pki-types since 1.9.0. The latest version of rustls-pemfile is in fact a thin wrapper
around the same code used in rustls-pki-types, so migrating should be straightforward.

The new API is represented by the PemObject trait, which provides methods for
reading a single or multiple PEM objects from a file or byte slice.