From a252ef498d456f2d98ef183377dbc2091a1a0015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 09:48:38 +0000 Subject: [PATCH 1/2] build(deps): 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] --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a356c73fff0e..635048872653 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -146,7 +146,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: EmbarkStudios/cargo-deny-action@v1 + - uses: EmbarkStudios/cargo-deny-action@v2 generator: name: regen check From 5cca31e711f222fed9d5071c2f96c3f7860cb2b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 12 Aug 2024 18:07:35 +0300 Subject: [PATCH 2/2] deny: Update to new format --- deny.toml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/deny.toml b/deny.toml index a5d6df178cac..2a4355436bf3 100644 --- a/deny.toml +++ b/deny.toml @@ -1,24 +1,22 @@ +[graph] exclude = [ "gtk-rs-examples", ] [advisories] +version = 2 db-path = "~/.cargo/advisory-db" db-urls = ["https://github.com/rustsec/advisory-db"] -vulnerability = "deny" -unmaintained = "warn" -notice = "warn" ignore = [] [licenses] -unlicensed = "deny" +version = 2 allow = [ "MIT", "Apache-2.0", + "Apache-2.0 WITH LLVM-exception", + "Unicode-DFS-2016", ] -copyleft = "deny" -allow-osi-fsf-free = "either" -default = "deny" confidence-threshold = 0.8 [bans]