diff --git a/deny.toml b/deny.toml index a6c5096..fc702ef 100644 --- a/deny.toml +++ b/deny.toml @@ -1,23 +1,26 @@ [licenses] version = 2 allow = [ - "Apache-2.0", + "0BSD", "Apache-2.0 WITH LLVM-exception", + "Apache-2.0", "Artistic-2.0", "BSD-2-Clause", "BSD-3-Clause", "BSL-1.0", + "bzip2-1.0.6", "CC0-1.0", + "CDLA-Permissive-2.0", "ISC", + "LicenseRef-UFL-1.0", "MIT", "MIT-0", "MPL-2.0", - "0BSD", + "OFL-1.1", + "Unicode-3.0", "Unicode-DFS-2016", "Unlicense", "Zlib", - "OFL-1.1", - "LicenseRef-UFL-1.0", ] unused-allowed-license = "allow" [licenses.private] @@ -28,7 +31,10 @@ allow-registry = [ "ssh://git@ssh.shipyard.rs/foresight-mining-software-corporation/crate-index.git" ] [bans] -multiple-versions = "deny" +multiple-versions = "warn" +deny = [ + "openssl-sys", +] skip = [ { name = "toml" }, { name = "self_cell" },