Built a binary with #RustLang using the `cargo auditable build` command. Running `cargo audit bin <binary>` gives me "parse error: Failed to deserialize audit data from JSON: The input JSON specifies a cyclic dependency graph". Question one: does a cyclic dependency graph in the JSON even matter when auditing the binary? Question two: how do I identify the crates participating in the cycle when tracking it down by hand from the extracted JSON is a rabbit hole due to the vast amount of crates?
⇧
Fabio Valentini
•silwol
•Fabio Valentini
•silwol
•silwol
•https://github.com/rustsec/rustsec/issues/1043
Cyclic dependency graph error for dev-dependency · Issue #1043 · rustsec/rustsec
GitHub