Skip to content

Commit

Permalink
Merge pull request #2080 from foresterre/workflows
Browse files Browse the repository at this point in the history
Update cargo deny
  • Loading branch information
foresterre authored Aug 20, 2024
2 parents 9a92caa + 417513a commit fc76d27
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
with:
components: clippy

- uses: EmbarkStudios/cargo-deny-action@v1
- uses: EmbarkStudios/cargo-deny-action@v2
with:
log-level: error
28 changes: 8 additions & 20 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
[advisories]
ignore = [
# unmaintained crate ansi_term
"RUSTSEC-2021-0139",
# unmaintained crate rusttype
"RUSTSEC-2021-0145",
]

[licenses]
unlicensed = "deny"
copyleft = "deny"
confidence-threshold = 0.925
allow = [
"Apache-2.0",
Expand All @@ -20,21 +26,3 @@ expression = "BSD-3-Clause"
license-files = [
{ path = "LICENSE.md", hash = 0xf0600744 },
]

[advisories]
vulnerability = "deny"
unmaintained = "deny"
notice = "deny"

ignore = [
# Potential segfault in the time crate
# NB: has been fixed in time >=0.2.23, however waiting on chrono crate to update
# chrono PR: https://github.com/chronotope/chrono/pull/578
"RUSTSEC-2020-0071",
# Potential segfault in localtime_r invocations, see 2020-0071
"RUSTSEC-2020-0159",
# unmaintained crate ansi_term
"RUSTSEC-2021-0139",
# unmaintained crate rusttype
"RUSTSEC-2021-0140",
]

0 comments on commit fc76d27

Please sign in to comment.