From fa183e0b69ecbff70e80806d5b9880630cc0da0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 04:15:37 +0000 Subject: [PATCH 1/2] 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/pr-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 4ec0364..6734b1f 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: EmbarkStudios/cargo-deny-action@v1 + - uses: EmbarkStudios/cargo-deny-action@v2 fmt: name: cargo fmt From 2e9c096d0bd70556d2b0f4a48522f5da7dbe06aa Mon Sep 17 00:00:00 2001 From: Daniel Parks Date: Wed, 4 Sep 2024 21:32:49 -0700 Subject: [PATCH 2/2] Update deny.toml for new version of `cargo-deny`. --- deny.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 0846bbf..9f50c8f 100644 --- a/deny.toml +++ b/deny.toml @@ -1,3 +1,6 @@ +[graph] +all-features = true + [bans] multiple-versions = "allow" @@ -12,5 +15,4 @@ allow = [ "Unlicense", "Zlib", ] -default = "deny" unused-allowed-license = "allow"