Add tracing libs to list of permitted dependencies

This commit is contained in:
Oliver Scherer 2020-07-24 21:35:14 +02:00
parent ec7230fea2
commit 64296ec698
1 changed files with 3 additions and 0 deletions

View File

@ -166,6 +166,9 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
"termcolor",
"termize",
"thread_local",
"tracing",
"tracing-attributes",
"tracing-core",
"typenum",
"unicode-normalization",
"unicode-script",