Skip to content

Releases: EmbarkStudios/cargo-deny

Release 0.10.2

21 Nov 08:31
Compare
Choose a tag to compare

Fixed

  • PR#376 fixed the JSON formatting when using --format json output option. Thanks @dnaka91!

Changed

  • PR#377 updated dependencies.

Release 0.10.1

10 Nov 07:24
Compare
Choose a tag to compare

Fixed

  • PR#347 resolved #372 by correcting a slight mistake that resulted in an incorrect hash making cargo-deny unable to lookup index or crate information from the local file system.

Release 0.10.0

29 Oct 10:14
Compare
Choose a tag to compare

Added

Changed

  • PR#358 bumped the Minimum Stable Rust Version to 1.53.0.
  • PR#358 bumped various dependencies, notably semver to 1.0.3.

Release 0.9.1

26 Mar 09:49
Compare
Choose a tag to compare

Changed

  • Updated dependencies

0.9.0

11 Mar 10:35
Compare
Choose a tag to compare

Changed

  • Updated krates, which in turn uses an updated cargo_metadata which uses camino for utf-8 paths. Rather than support both vanilla Path/Buf and Utf8Path/Buf, cargo-deny now just uses Utf8Path/Buf, which means that non-utf-8 paths for things like your Cargo.toml manifest or license paths will no longer function. This is a breaking change, that can be reverted if it is disruptive for users, but the assumption is that cargo-deny is operating on normal checkouts of rust repositories that are overwhelmingly going to be utf-8 compatible paths.

0.8.9

08 Mar 09:08
Compare
Choose a tag to compare

Fixed

0.8.8

25 Feb 10:25
Compare
Choose a tag to compare

Changed

  • Updated dependencies, notably cargo and rustsec.
  • Increase MSRV to 1.46.0 due to bump of smol_str/rustsec.
  • Updated SPDX license list supported from 3.8 to 3.11 due to update of spdx.
  • Add use of the --locked flag in all cargo install instructions, to avoid the default (broken) behavior as shown in #331.

0.8.7

18 Feb 18:21
Compare
Choose a tag to compare

Fixed

  • Resolved #331 by updating bitvec and funty.

0.8.5

15 Dec 11:34
Compare
Choose a tag to compare

Added

  • PR#315 resolved #312 by adding support for excluding packages in the deny configuration file, in addition to the existing support for the --exclude CLI option. Thanks @luser!

Fixed

  • PR#318 fixed #316 by adding a workaround for crate versions with pre-release identifiers in them that could be erroneously marked as matching advisories in an advisory database. Thanks for reporting this @djc!

0.8.4

11 Nov 17:26
Compare
Choose a tag to compare

Changed

  • Updated dependencies, notably rustsec, crossbeam*, and cargo.
  • Bumped the Minimum Stable Rust Version to 1.44.1.