Skip to content

Commit f44481e

Browse files
Bump EmbarkStudios/cargo-deny-action from 1.6.3 to 2.0.1 (#426)
* Bump EmbarkStudios/cargo-deny-action from 1.6.3 to 2.0.1 Bumps [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) from 1.6.3 to 2.0.1. - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](EmbarkStudios/cargo-deny-action@3f4a782...8371184) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Removed no longer valid entries * Update futures-util --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alejandro Pedraza <[email protected]>
1 parent eb04252 commit f44481e

File tree

4 files changed

+34
-95
lines changed

4 files changed

+34
-95
lines changed

.deny.toml

Lines changed: 0 additions & 53 deletions
This file was deleted.

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
continue-on-error: ${{ matrix.checks == 'advisories' }}
3636
steps:
3737
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
38-
- uses: EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868
38+
- uses: EmbarkStudios/cargo-deny-action@8371184bd11e21dcf8ac82ebf8c9c9f74ebf7268
3939
with:
4040
command: check ${{ matrix.checks }}

Cargo.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,11 @@ targets = [
77
[advisories]
88
db-path = "~/.cargo/advisory-db"
99
db-urls = ["https://github.com/rustsec/advisory-db"]
10-
vulnerability = "deny"
11-
unmaintained = "warn"
1210
yanked = "deny"
13-
notice = "warn"
1411
ignore = []
1512

1613
[licenses]
17-
unlicensed = "deny"
1814
allow = ["Apache-2.0", "BSD-3-Clause", "ISC", "MIT"]
19-
deny = []
20-
copyleft = "deny"
21-
allow-osi-fsf-free = "neither"
22-
default = "deny"
2315
confidence-threshold = 0.8
2416
exceptions = [
2517
{ allow = [

0 commit comments

Comments
 (0)