@@ -12,11 +12,6 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
1212# remove them when we have to
1313yanked = " warn"
1414
15- ignore = [
16- # paste unmaintained, no safe upgrade yet
17- " RUSTSEC-2024-0436"
18- ]
19-
2015[licenses ]
2116# See https://spdx.org/licenses/ for list of possible licenses
2217# [possible values: any SPDX 3.11 short identifier (+ optional exception)].
@@ -28,7 +23,6 @@ allow = [
2823 " Apache-2.0" ,
2924 " BSD-3-Clause" ,
3025 " ISC" ,
31- " LicenseRef-ring" ,
3226 # Blanket addition for Unicode-3.0 libs for optional features (affects many deps, but it's a very clean license)
3327 # https://github.com/unicode-org/icu4x/blob/main/LICENSE
3428 " Unicode-3.0" ,
@@ -40,24 +34,11 @@ allow = [
4034]
4135
4236exceptions = [
43- # The Unicode-DFS--2016 license is necessary for unicode-ident because they
44- # use data from the unicode tables to generate the tables which are
45- # included in the application. We do not distribute those data files so
46- # this is not a problem for us. See https://github.com/dtolnay/unicode-ident/pull/9/files
47- # for more details.
48- { allow = [" Unicode-DFS-2016" ], name = " unicode-ident" },
4937 # Pulled in via hyper-rustls when using the webpki-roots feature,
5038 # which is off by default.
5139 { allow = [" MPL-2.0" ], name = " webpki-roots" },
5240]
5341
54- [[licenses .clarify ]]
55- name = " ring"
56- expression = " LicenseRef-ring"
57- license-files = [
58- { path = " LICENSE" , hash = 0xbd0eed23 },
59- ]
60-
6142[sources ]
6243unknown-registry = " deny"
6344unknown-git = " deny"
0 commit comments