diff --git a/deny.toml b/deny.toml index 980f980..a262862 100644 --- a/deny.toml +++ b/deny.toml @@ -4,7 +4,7 @@ github = [ ] [licenses] -#we reject code without a license +# we reject code without a license confidence-threshold = 0.92 allow = [ "Apache-2.0", @@ -12,27 +12,6 @@ allow = [ "Unicode-DFS-2016", ] # deny a license not in this set of licenses -[[licenses.clarify]] -name = "ring" -expression = "LicenseRef-ring" -license-files = [ - { path = "LICENSE", hash = 0xbd0eed23 }, -] - -[[licenses.clarify]] -name = "webpki" -expression = "LicenseRef-webpki" -license-files = [ - { path = "LICENSE", hash = 0x001c7e6c }, -] - -[[licenses.clarify]] -name = "rustls-webpki" -expression = "LicenseRef-webpki" -license-files = [ - { path = "LICENSE", hash = 0x001c7e6c }, -] - [advisories] db-path = "~/.cargo/advisory-dbs" db-urls = [ "https://github.com/RustSec/advisory-db" ]