about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Scherer <github35764891676564198441@oli-obk.de>2020-07-24 21:35:14 +0200
committerOliver Scherer <github35764891676564198441@oli-obk.de>2020-07-31 22:38:27 +0200
commit64296ec698b1c92ce148b968c101c18e63002bb2 (patch)
tree8ae405a2fcfb6ab1c1701825706f5f55115135a7
parentec7230fea2f4a96a1993c54bf2b17892d2e978b4 (diff)
Add tracing libs to list of permitted dependencies
-rw-r--r--src/tools/tidy/src/deps.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index e340a0e3f24..55e17466a88 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -166,6 +166,9 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
     "termcolor",
     "termize",
     "thread_local",
+    "tracing",
+    "tracing-attributes",
+    "tracing-core",
     "typenum",
     "unicode-normalization",
     "unicode-script",