diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1d63fcbe9..deddadbcf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: EmbarkStudios/cargo-deny-action@v1 + - uses: EmbarkStudios/cargo-deny-action@v2 with: command: check ${{ matrix.checks }} diff --git a/deny.toml b/deny.toml index 03b96067f..77908147c 100644 --- a/deny.toml +++ b/deny.toml @@ -10,9 +10,7 @@ db-urls = ["https://github.com/rustsec/advisory-db"] # these are deprecated, but not super helpful for us # https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html#the-version-field-optional # remove them when we have to -unmaintained = "warn" yanked = "warn" -notice = "warn" [licenses]