0.11.1 (2020-01-24)
- Add
vendored-opensslfeature (#193)
0.11.0 (2020-01-22)
- Update
rustseccrate to v0.17 release; MSRV 1.39+ (#186, #188) - Warn for yanked crates (#180)
- Respect sources of dependencies when auditing (#175)
- Upgrade to
abscissav0.5 (#174) cargo audit fixsubcommand (#157, #166, #181)
0.10.0 (2019-10-13)
0.9.3 (2019-10-08)
- Update to
rustseccrate v0.15.2 (#149) - presenter: Cleanups for informational advisories (#148)
- presenter: Print better message when no solution is available (#144)
0.9.2 (2019-10-01)
- Update to
rustseccrate v0.15 (#138)
0.9.1 (2019-09-25)
- Update to
rustseccrate v0.14.1 (#134)
0.9.0 (2019-09-25)
- Add
--deny-warningsoption (#128) - Upgrade to
rustseccrate v0.14 (#126) - Configuration file:
~/.cargo/audit.toml(#123, #125) - Fix
--help(#113) - Warn for outdated
rustseccrate versions (#112) - Display warnings for select informational advisories (#110)
- Display dependency trees with each advisory (#109)
0.8.1 (2019-08-25)
- Fix
--version(#101)
0.8.0 (2019-08-16)
- Use the Abscissa application framework (#85, #87, #92, #94)
- Implement
--no-fetch(#97) - Add support for reading lockfiles from STDIN (#98)
0.7.0 (2019-07-15)
- Switch from
termtotermcolorcrate (#83) - Update
gumdropto v0.6,rustseccrate to v0.12; min Rust 1.32+ (#82) - Produce valid JSON when no vulnerabilities are detected (#77)
- Implement
--ignoreoption (#75)
0.6.1 (2018-12-16)
- Fix option parsing (#64)
0.6.0 (2018-12-15)
- Update to Rust 2018 edition (#61)
- Update to
rustseccrate v0.10 (#59) - Prevent
--helpfrom exiting with error (#57) - Add
--jsonflag for JSON output (#41)
0.5.2 (2018-07-29)
- Have
cargo audit versionexit with status0(#38)
0.5.1 (2018-07-29)
- Refactoring and UI improvements (#37)
0.5.0 (2018-07-29)
- Upgrade
rustseccrate to 0.9 (#36)
0.4.0 (2018-07-24)
- Honor the
affected_platformsattribute (#35) - Update
rustseccrate dependency to0.8series (#34) - Update
termcrate dependency to0.5series (#31)
0.3.2 (2018-07-23)
- README.md: Use
<img>tag for screenshot so it renders on crates.io (#28)
0.3.1 (2018-07-23)
0.3.0 (2018-07-23)
- Near rewrite of cargo-audit using
rustsec0.7.0. See also the rustsec 0.7.0 release notes (#22)
0.2.1 (2017-09-24)
- Use crate isatty to resolve Windows build errors (#14)
0.2.0 (2017-03-05)
- Upgrade to rustsec 0.6.0 crate (#12)
- Configurable colors (#10)
- Avoid panicking if there are no dependencies (#8)
- Handle error and instruct the user to generate a lockfile before audit (#6)
0.1.1 (2017-02-27)
- Make cargo-audit a proper cargo subcommand (#2)
0.1.0 (2017-02-27)
- Initial release