@@ -15,19 +15,22 @@ exceptions = [
15
15
{ allow = [" Unicode-3.0" ], crate = " icu_locid" }, # This crate gets used transitively by `reqwest`.
16
16
{ allow = [" Unicode-3.0" ], crate = " icu_locid_transform" }, # This crate gets used transitively by `reqwest`.
17
17
{ allow = [" Unicode-3.0" ], crate = " icu_locid_transform_data" }, # This crate gets used transitively by `reqwest`.
18
+ { allow = [" Unicode-3.0" ], crate = " icu_locale_core" }, # This crate gets used transitively by `reqwest`.
18
19
{ allow = [" Unicode-3.0" ], crate = " icu_normalizer" }, # This crate gets used transitively by `reqwest`.
19
20
{ allow = [" Unicode-3.0" ], crate = " icu_normalizer_data" }, # This crate gets used transitively by `reqwest`.
20
21
{ allow = [" Unicode-3.0" ], crate = " icu_properties" }, # This crate gets used transitively by `reqwest`.
21
22
{ allow = [" Unicode-3.0" ], crate = " icu_properties_data" }, # This crate gets used transitively by `reqwest`.
22
23
{ allow = [" Unicode-3.0" ], crate = " icu_provider" }, # This crate gets used transitively by `reqwest`.
23
24
{ allow = [" Unicode-3.0" ], crate = " icu_provider_macros" }, # This crate gets used transitively by `reqwest`.
25
+ { allow = [" Unicode-3.0" ], crate = " potential_utf" }, # This crate gets used transitively by `reqwest`.
24
26
{ allow = [" Unicode-3.0" ], crate = " litemap" }, # This crate gets used transitively by `reqwest`.
25
27
{ allow = [" Unicode-3.0" ], crate = " tinystr" }, # This crate gets used transitively by `reqwest`.
26
28
{ allow = [" Unicode-3.0" ], crate = " writeable" }, # This crate gets used transitively by `reqwest`.
27
29
{ allow = [" Unicode-3.0" ], crate = " unicode-ident" }, # This crate gets used transitively by `reqwest` and other crates.
28
30
{ allow = [" Unicode-3.0" ], crate = " yoke" }, # This crate gets used transitively by `reqwest`.
29
31
{ allow = [" Unicode-3.0" ], crate = " yoke-derive" }, # This crate gets used transitively by `reqwest`.
30
32
{ allow = [" Unicode-3.0" ], crate = " zerovec" }, # This crate gets used transitively by `reqwest`.
33
+ { allow = [" Unicode-3.0" ], crate = " zerotrie" }, # This crate gets used transitively by `reqwest`.
31
34
{ allow = [" Unicode-3.0" ], crate = " zerovec-derive" }, # This crate gets used transitively by `reqwest`.
32
35
{ allow = [" Unicode-3.0" ], crate = " zerofrom" }, # This crate gets used transitively by `reqwest`.
33
36
{ allow = [" Unicode-3.0" ], crate = " zerofrom-derive" }, # This crate gets used transitively by `reqwest`.
0 commit comments