From 5cce2750e652dcf927c752501edd059ac335effb Mon Sep 17 00:00:00 2001 From: Eirik A Date: Mon, 5 Aug 2024 09:37:52 +0100 Subject: [PATCH] cargo-deny-action from 1 to 2 (#1555) * Bump EmbarkStudios/cargo-deny-action from 1 to 2 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 1 to 2. - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/v1...v2) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * fix deny errors in deny 2 Signed-off-by: clux --------- Signed-off-by: dependabot[bot] Signed-off-by: clux Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/lint.yml | 2 +- deny.toml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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]