diff --git a/deny.toml b/deny.toml index 7dfe8ae..5ea861d 100644 --- a/deny.toml +++ b/deny.toml @@ -1,17 +1,14 @@ [advisories] -vulnerability = "deny" -unmaintained = "warn" -unsound = "warn" +version = 2 yanked = "warn" -notice = "warn" +ignore = [] [bans] multiple-versions = "warn" -wildcards = "allow" +wildcards = "deny" highlight = "all" [licenses] -unlicensed = "deny" confidence-threshold = 0.9 # copyleft = "deny" @@ -24,15 +21,15 @@ allow = [ "BSD-3-Clause", "ISC", "Unicode-DFS-2016", + "Unicode-3.0", "Unlicense", "MPL-2.0", + "Zlib", + "BSL-1.0", # https://github.com/briansmith/ring/issues/902 "LicenseRef-ring", # https://github.com/briansmith/webpki/issues/148 "LicenseRef-webpki", - "BSL-1.0", - "Unicode-3.0", - "Zlib", ] exceptions = [ @@ -40,7 +37,6 @@ exceptions = [ # so we prefer to not have dependencies using it # https://tldrlegal.com/license/creative-commons-cc0-1.0-universal { allow = ["CC0-1.0"], name = "tiny-keccak" }, - { allow = ["CC0-1.0"], name = "constant_time_eq" }, ] [[licenses.clarify]] @@ -56,6 +52,4 @@ license-files = [{ path = "LICENSE", hash = 0x001c7e6c }] [sources] unknown-registry = "deny" unknown-git = "deny" -allow-git = [ - "https://github.com/alloy-rs/alloy" -] \ No newline at end of file +allow-git = []