From a6e2eff850ab4d5b0ae6793c6a6e490f77ff1823 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Tue, 2 Nov 2021 08:11:58 +0300 Subject: [PATCH] build: fix cargo deny --- deny.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deny.toml b/deny.toml index 90dc3ad..0ce2e82 100644 --- a/deny.toml +++ b/deny.toml @@ -49,10 +49,10 @@ notice = "warn" # output a note when they are encountered. ignore = [ # xml5ever uses time 0.1.43, which in turn is used by markup5ever_rcdom, which is used by webpage - # TODO(yusdacra): open issues for all of these + # TODO(yusdacra): open issues for this? "RUSTSEC-2020-0071", # chrono advisory, will be fixed when it is fixed (tracing-subscriber uses chrono) - "RUSTSEC-2020-0159", + # "RUSTSEC-2020-0159" fixed ] # Threshold for security vulnerabilities, any vulnerability with a CVSS score # lower than the range specified will be ignored. Note that ignored advisories @@ -69,7 +69,7 @@ ignore = [ # https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html [licenses] # The lint level for crates which do not have a detectable license -unlicensed = "deny" +unlicensed = "warn" # List of explictly allowed licenses # See https://spdx.org/licenses/ for list of possible licenses # [possible values: any SPDX 3.11 short identifier (+ optional exception)].