i guess this core-foundation thing can be prevented from duplication

and the webpki-root-certs needs the license admission
This commit is contained in:
holger krekel
2026-03-02 20:02:05 +01:00
committed by link2xt
parent 5935d6ed9f
commit e5bc61f40a

View File

@@ -27,6 +27,8 @@ ignore = [
skip = [
{ name = "async-channel", version = "1.9.0" },
{ name = "bitflags", version = "1.3.2" },
{ name = "core-foundation", version = "0.9.4" },
{ name = "core-foundation", version = "0.10.1" },
{ name = "derive_more-impl", version = "1.0.0" },
{ name = "derive_more", version = "1.0.0" },
{ name = "event-listener", version = "2.5.3" },
@@ -78,6 +80,7 @@ allow = [
"BSD-3-Clause",
"BSL-1.0", # Boost Software License 1.0
"CC0-1.0",
"CDLA-Permissive-2.0",
"ISC",
"MIT",
"MPL-2.0",