Add rustc-literal-escaper to allowed crates lists
This commit is contained in:
parent
2e3a161871
commit
017e99b53b
1 changed files with 2 additions and 0 deletions
|
|
@ -361,6 +361,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
|
|||
"regex-syntax",
|
||||
"rustc-demangle",
|
||||
"rustc-hash",
|
||||
"rustc-literal-escaper",
|
||||
"rustc-rayon",
|
||||
"rustc-rayon-core",
|
||||
"rustc-stable-hash",
|
||||
|
|
@ -486,6 +487,7 @@ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
|
|||
"rand_core",
|
||||
"rand_xorshift",
|
||||
"rustc-demangle",
|
||||
"rustc-literal-escaper",
|
||||
"shlex",
|
||||
"syn",
|
||||
"unicode-ident",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue