Open sam0x17 opened 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.
serde_cbor
atty
cargo audit
right now I ignore this in my own CI with:
# .cargo/audit.toml [advisories] ignore = [ "RUSTSEC-2021-0127", "RUSTSEC-2021-0145", ]
Worth noting that
serde_cbor
andatty
are both no longer maintained (specifically abandoned by owner) and are part of the (rust) dependency tree for this project. Ran into this when runningcargo audit
.right now I ignore this in my own CI with: