Skip to content

Commit

Permalink
chore(ci): fix cargo deny (#6501)
Browse files Browse the repository at this point in the history
Co-authored-by: Ary Borenszweig <[email protected]>
  • Loading branch information
TomAFrench and asterite authored Nov 12, 2024
1 parent b65a63d commit 3ac30be
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ version = 2
yanked = "warn"

ignore = [
"RUSTSEC-2020-0168", # mach unmaintained
"RUSTSEC-2024-0388", # derivative unmaintained
"RUSTSEC-2024-0384", # instant unmaintained
"RUSTSEC-2020-0016", # net2 unmaintained
]

Expand Down Expand Up @@ -52,10 +53,6 @@ allow = [
"Unicode-3.0",
"Unlicense",
"Zlib",
# https://github.com/briansmith/ring/issues/902
"LicenseRef-ring",
# https://github.com/rustls/webpki/blob/main/LICENSE ISC Style
"LicenseRef-rustls-webpki",
# bitmaps 2.1.0, im 15.1.0
"MPL-2.0",
# Boost Software License
Expand All @@ -77,16 +74,6 @@ exceptions = [
{ allow = ["CDDL-1.0"], name = "inferno" },
]

[[licenses.clarify]]
name = "ring"
expression = "LicenseRef-ring"
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]

[[licenses.clarify]]
name = "rustls-webpki"
expression = "LicenseRef-rustls-webpki"
license-files = [{ path = "LICENSE", hash = 0x001c7e6c }]

# This section is considered when running `cargo deny check sources`.
# More documentation about the 'sources' section can be found here:
# https://embarkstudios.github.io/cargo-deny/checks/sources/cfg.html
Expand Down

0 comments on commit 3ac30be

Please sign in to comment.