rpcpool / yellowstone-faithful

Project Yellowstone Old Faithful is the project to make all of Solana's history accessible, content addressable and available via a variety of means.
https://old-faithful.net/
GNU Affero General Public License v3.0
87 stars 17 forks source link

serde_cbor and atty no longer maintained #179

Open sam0x17 opened 3 weeks ago

sam0x17 commented 3 weeks ago

Worth noting that serde_cbor and atty are both no longer maintained (specifically abandoned by owner) and are part of the (rust) dependency tree for this project. Ran into this when running cargo audit.

right now I ignore this in my own CI with:

# .cargo/audit.toml
[advisories]
ignore = [
    "RUSTSEC-2021-0127",
    "RUSTSEC-2021-0145",
]