1
Fork 0

Update allowed crates list

This commit is contained in:
Yuki Okushi 2020-05-26 16:38:09 +09:00
parent 9f8628b38c
commit 3d4f4787a6
No known key found for this signature in database
GPG key ID: B0986C85C0E2DAA1

View file

@ -77,7 +77,6 @@ const WHITELIST: &[&str] = &[
"block-padding", "block-padding",
"byte-tools", "byte-tools",
"byteorder", "byteorder",
"c2-chacha",
"cc", "cc",
"cfg-if", "cfg-if",
"chalk-derive", "chalk-derive",
@ -148,7 +147,6 @@ const WHITELIST: &[&str] = &[
"rand_pcg", "rand_pcg",
"rand_xorshift", "rand_xorshift",
"redox_syscall", "redox_syscall",
"redox_termios",
"regex", "regex",
"regex-syntax", "regex-syntax",
"remove_dir_all", "remove_dir_all",
@ -171,17 +169,14 @@ const WHITELIST: &[&str] = &[
"synstructure", "synstructure",
"tempfile", "tempfile",
"termcolor", "termcolor",
"termion",
"termize", "termize",
"thread_local", "thread_local",
"typenum", "typenum",
"ucd-util",
"unicode-normalization", "unicode-normalization",
"unicode-script", "unicode-script",
"unicode-security", "unicode-security",
"unicode-width", "unicode-width",
"unicode-xid", "unicode-xid",
"utf8-ranges",
"vcpkg", "vcpkg",
"version_check", "version_check",
"wasi", "wasi",