./security/cargo-deny, Check project dependencies

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ]


Branch: CURRENT, Version: 0.20.2, Package name: cargo-deny-0.20.2, Maintainer: pkgsrc-users

cargo-deny is a cargo plugin that lets you lint your project's dependency graph
to ensure all your dependencies conform to your expectations and requirements.


Master sites:

Filesize: 543.015 KB

Version history: (Expand)


CVS history: (Expand)


   2026-07-10 14:03:07 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
cargo-deny: updated to 0.20.2

0.20.2
Fixed
- fixed snapshot filenames on Windows which caused the release binary publish to \ 
fail...again.

0.20.1
Fixed
- fixed snapshot filenames on Windows which caused the release binary publish to \ 
fail.

0.20.0
Changed
- refactored the CLI, moving some duplicated options/flags into the root and \ 
removing several deprecated options/flags/values. See the PR for a full list of \ 
changes.

Added
- resolved 873 by adding a new \ 
[`bans.std-replacements`](https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html#the-std-replacements-field-optional) \ 
lint which checks the graph for crates.io sourced crates that have been \ 
partially or fully replaced in `std` and/or `core`.

Fixed
- resolved 765 by respecting non-default build script paths in manifests.
- resolved 874 by cleaning up the CLI, deduplicating some options/flags that \ 
caused bug in the `list` subcommand.
   2026-06-22 07:58:01 by pin | Files touched by this commit (3) | Package updated
Log message:
security/cargo-deny: update to 0.19.9

Added

    PR#866 added sources.unused-allowed-org

Fixed

    PR#870 resolved #868 by spawning scoped threads directly, allowing forward \ 
progress even on severely constrained thread pool counts.
    PR#871 resolved #869 by ignoring wildcards on crates that depend on themselves.
   2026-05-28 13:26:52 by Adam Ciarcinski | Files touched by this commit (5)
Log message:
cargo-deny: added version 0.19.8

cargo-deny is a cargo plugin that lets you lint your project's dependency graph
to ensure all your dependencies conform to your expectations and requirements.