Skip to content

Release 1.5.2 - cargo-deny 0.13.9

Compare
Choose a tag to compare
@Jake-Shadle Jake-Shadle released this 12 Apr 14:56
· 32 commits to main since this release

Fixed

  • PR#506 replaced atty (unmaintained) with is-terminal. Thanks @tottoto!
  • PR#511 resolved #494, #507, and #510 by fixing up how and when urls are normalized.
  • PR#512 resolved #509 by fixing casing of the root configuration keys.
  • PR#513 resolved #508 by correctly using the crates.io sparse index when checking for yanked crates if specified by the user, as well as falling back to the regular git index if the sparse index is not present.