Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: EmbarkStudios/cargo-deny
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.11.4
Choose a base ref
...
head repository: EmbarkStudios/cargo-deny
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.12.0
Choose a head ref
  • 6 commits
  • 29 files changed
  • 2 contributors

Commits on May 16, 2022

  1. Allow to use git executable for fetching advisory database (#420)

    * Allow to use git executable for fetching advisory database
    
    * fix review findings
    danielhaap83 authored May 16, 2022
    Configuration menu
    Copy the full SHA
    68595b3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Remove fix functionality (#423)

    * Remove 'fix' functionality
    
    This functionality was only added when there was the potential for
    cargo-deny to supplant cargo-audit, which is no longer the case. This
    functionality was quite a lot of code, minimally tested and increased
    compile times (toml_edit), all for a feature that, at least
    anecdotally, is not really useful as any moderately complex dependency
    graph is unlikely to be patchable.
    
    * Remove index
    Jake-Shadle authored May 17, 2022
    Configuration menu
    Copy the full SHA
    d068512 View commit details
    Browse the repository at this point in the history
  2. Update libgit2 (#422)

    * Replace structopt with clap 3
    
    * Remove rustsec git dependency
    
    Rustsec has been really slow updating to a version with git 0.14 to
    resolve a segfault, which also blocked cargo-deny. Instead, we now
    handle all git fetching ourselves so we are no longer blocked, now or in
    the future. This also changes it so that we use crates-index as a
    dependency as previously we had included this functionality directly as
    at the time crates-index didn't support bare repositories.
    
    * Add metadata
    
    * Remove unused dependencies
    
    * Set MSRV to 1.60.0 due to cargo 0.61
    Jake-Shadle authored May 17, 2022
    Configuration menu
    Copy the full SHA
    84e3357 View commit details
    Browse the repository at this point in the history
  3. Fix multiple version ordering (#424)

    * Deterministically order duplicate versions graphs
    
    * Add test for duplicate ordering
    Jake-Shadle authored May 17, 2022
    Configuration menu
    Copy the full SHA
    a61d467 View commit details
    Browse the repository at this point in the history
  4. Prep release (#425)

    * Add back MSRV check
    
    * Update CHANGELOG
    
    * Update docs
    Jake-Shadle authored May 17, 2022
    Configuration menu
    Copy the full SHA
    385c3ea View commit details
    Browse the repository at this point in the history
  5. Release 0.12.0

    Jake-Shadle committed May 17, 2022
    Configuration menu
    Copy the full SHA
    7bd281d View commit details
    Browse the repository at this point in the history
Loading