Add unic-emoji-char and its dependencies to the allow list

This commit is contained in:
Esteban Kuber 2021-09-09 15:41:15 +00:00
parent 20b69e6863
commit 081198a6c8

View File

@ -82,8 +82,8 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
"bitflags",
"block-buffer",
"block-padding",
"byteorder",
"byte-tools",
"byteorder",
"cc",
"cfg-if",
"chalk-derive",
@ -140,9 +140,9 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
"memmap2",
"memoffset",
"miniz_oxide",
"num_cpus",
"num-integer",
"num-traits",
"num_cpus",
"object",
"odht",
"once_cell",
@ -190,8 +190,8 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
"serde_json",
"sha-1",
"sha2",
"smallvec",
"sharded-slab",
"smallvec",
"snap",
"stable_deref_trait",
"stacker",
@ -211,6 +211,11 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
"tracing-subscriber",
"tracing-tree",
"typenum",
"unic-char-property",
"unic-char-range",
"unic-common",
"unic-emoji-char",
"unic-ucd-version",
"unicode-normalization",
"unicode-script",
"unicode-security",