mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 02:03:53 +00:00
Add unic-emoji-char
and its dependencies to the allow list
This commit is contained in:
parent
20b69e6863
commit
081198a6c8
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user