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.16.3
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: main
Choose a head ref
  • 8 commits
  • 54 files changed
  • 6 contributors

Commits on Dec 4, 2024

  1. Remove raw string hashes

    Closes #727
    hamirmahal authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    a0a3bbb View commit details
    Browse the repository at this point in the history
  2. Fix lints (#733)

    Jake-Shadle authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    e7a2511 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. Fix incorrect precedence for inexact match check (#739)

    Due to the precedence of the logical operators an inexact match is
    detected even if the hostnames differ. Only the path is checked to be a
    prefix of the crate path. Adding parentheses fixes the problem.
    jongiddy authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    93463fa View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2024

  1. Configuration menu
    Copy the full SHA
    f6e40d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Configuration menu
    Copy the full SHA
    2e99eda View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2025

  1. Update gix 0.70 to avoid RUSTSEC-2025-0001 (#742)

    Fixes https://osv.dev/vulnerability/RUSTSEC-2025-0001
    
    Depends on EmbarkStudios/tame-index#78
    
    ---------
    
    Co-authored-by: Jake Shadle <jake.shadle@embark-studios.com>
    jayvdb and Jake-Shadle authored Jan 19, 2025
    Configuration menu
    Copy the full SHA
    fab0844 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    Jake-Shadle committed Jan 19, 2025
    Configuration menu
    Copy the full SHA
    7e61cfa View commit details
    Browse the repository at this point in the history
  3. Release 0.16.4

    Jake-Shadle committed Jan 19, 2025
    Configuration menu
    Copy the full SHA
    6c4c2e1 View commit details
    Browse the repository at this point in the history
Loading