mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-05 20:40:02 -08:00
chore: Ignore rust advisory RUSTSEC-2023-0089
error[unmaintained]: atomic-polyfill is unmaintained ┌─ /github/workspace/Cargo.lock:15:1 │ 15 │ atomic-polyfill 1.0.3 registry+https://github.com/rust-lang/crates.io-index │ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ unmaintained advisory detected │ ├ ID: RUSTSEC-2023-0089 ├ Advisory: https://rustsec.org/advisories/RUSTSEC-2023-0089 ├ The author has archived the GitHub repository and mentions deprecation in project's [README](48e55c1666/README.md). ## Possible alternatives * [portable-atomic](https://crates.io/crates/portable-atomic) ├ Announcement:48e55c1666├ Solution: No safe upgrade is available! ├ atomic-polyfill v1.0.3 └── heapless v0.7.17 ├── aead v0.5.2 │ └── chacha20poly1305 v0.10.1 │ └── rosenpass-ciphers v0.1.0 │ ├── rosenpass v0.3.0-dev │ │ ├── rosenpass-fuzzing v0.0.1 │ │ └── rp v0.2.1 │ ├── rosenpass-fuzzing v0.0.1 (*) │ └── rp v0.2.1 (*) └── postcard v1.1.1 └── rosenpass-wireguard-broker v0.1.0 ├── rosenpass v0.3.0-dev (*) └── rp v0.2.1 (*)
This commit is contained in:
Reference in New Issue
Block a user