From 3ac30be979234e2c6746cecfc16444a9dbfc5da1 Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:29:03 +0000 Subject: [PATCH] chore(ci): fix cargo deny (#6501) Co-authored-by: Ary Borenszweig --- deny.toml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/deny.toml b/deny.toml index bb869ff1a86..661c8095281 100644 --- a/deny.toml +++ b/deny.toml @@ -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 ] @@ -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 @@ -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