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.13.8
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.13.9
Choose a head ref
  • 7 commits
  • 33 files changed
  • 2 contributors

Commits on Apr 6, 2023

  1. Replace atty with is-terminal (#506)

    * Replace atty with is-terminal
    
    * Remove advisory
    
    ---------
    
    Co-authored-by: Jake Shadle <jake.shadle@embark-studios.com>
    tottoto and Jake-Shadle authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    d485903 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Fixup sources urls (#511)

    * Fix issue with .git suffix
    
    Adds tests of non-crates.io registries
    
    * Update
    
    * Fix trailing slash
    
    * Warn and strip when using scheme modifiers
    Jake-Shadle authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    568c350 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ead77fe View commit details
    Browse the repository at this point in the history
  3. Fix crates.io sparse yanks (#513)

    * Improve diagnostics when we can't query for a crate
    
    * Detect sparse registry usage
    
    Currently in cargo, crates.io sparse support acts more like a patch in
    that the source for crates.io packages are still the old git index url,
    however the actual index used is the sparse one, which we can detect by
    checking if the crate's source is located in the sparse checkout
    location. This is...hacky, but will _probably_ not change and should
    suffice until such a time as the sparse index becomes the default and/or
    the crates.io source is changed to use the sparse url rather than the
    git one
    
    * Update tests
    
    * Allow configuration of crates.io git index
    
    * Fix lints
    
    * Fix paths for windows
    Jake-Shadle authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    38d5570 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG

    Jake-Shadle committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    9c37b83 View commit details
    Browse the repository at this point in the history
  5. Update crossbeam-channel

    Jake-Shadle committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    9f6a29a View commit details
    Browse the repository at this point in the history
  6. Release 0.13.9

    Jake-Shadle committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    444b177 View commit details
    Browse the repository at this point in the history
Loading