Skip to content

Releases: EmbarkStudios/cargo-deny

Release 0.10.0

29 Oct 10:14

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

Choose a tag to compare

Changed

  • Updated dependencies

0.9.0

11 Mar 10:35

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

Choose a tag to compare

Fixed

0.8.8

25 Feb 10:25

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

Choose a tag to compare

Fixed

  • Resolved #331 by updating bitvec and funty.

0.8.5

15 Dec 11:34

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

Choose a tag to compare

Changed

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

0.8.3

10 Nov 06:12

Choose a tag to compare

Fixed

  • Fix deny.template.toml to use db-urls instead of db-url.

0.8.2

22 Oct 06:31

Choose a tag to compare

Fixed

  • PR#303 fixed #302 by reverting an unintended behavior change in how the default path for advisory databases was resolved.