From 647ec2ec7483212b728e1941c45deeca2aa385c8 Mon Sep 17 00:00:00 2001 From: Rainer Niedermayr Date: Sat, 3 Aug 2024 10:07:37 +0200 Subject: [PATCH 1/2] cargo: licenses check: fix deprecation warning --- deny.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index f3fffdafc8ee3..e68f84a8f7f4b 100644 --- a/deny.toml +++ b/deny.toml @@ -237,6 +237,7 @@ ignore = [ # Must be manually kept in sync with about.toml. # See: https://github.com/EmbarkStudios/cargo-about/issues/201 [licenses] +version = 2 allow = [ "Apache-2.0", "Apache-2.0 WITH LLVM-exception", @@ -251,7 +252,7 @@ allow = [ "Zlib", "Unicode-DFS-2016", ] -copyleft = "deny" +# copyleft is denied by default private = { ignore = true } [[licenses.clarify]] name = "ring" From cdd5549c52c7123ab0e6c824fde351c7bee6990e Mon Sep 17 00:00:00 2001 From: Rainer Niedermayr Date: Sat, 3 Aug 2024 10:09:24 +0200 Subject: [PATCH 2/2] cargo: advisories: update version --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index e68f84a8f7f4b..b9f82e1b1d5c8 100644 --- a/deny.toml +++ b/deny.toml @@ -225,6 +225,7 @@ wrappers = [ ] [advisories] +version = 2 ignore = [ # Consider switching `yaml-rust` to the actively maintained `yaml-rust2` fork of the original project "RUSTSEC-2024-0320",