Skip to content

Commit 824a04d

Browse files
committed
Add deps to tidy whitelist
These deps got pulled in by running `cargo update -p rls`
1 parent 8d1b203 commit 824a04d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tools/tidy/src/deps.rs

+5
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const WHITELIST: &[Crate<'_>] = &[
6060
Crate("aho-corasick"),
6161
Crate("arrayvec"),
6262
Crate("atty"),
63+
Crate("autocfg"),
6364
Crate("backtrace"),
6465
Crate("backtrace-sys"),
6566
Crate("bitflags"),
@@ -83,6 +84,7 @@ const WHITELIST: &[Crate<'_>] = &[
8384
Crate("env_logger"),
8485
Crate("filetime"),
8586
Crate("flate2"),
87+
Crate("fuchsia-cprng"),
8688
Crate("fuchsia-zircon"),
8789
Crate("fuchsia-zircon-sys"),
8890
Crate("getopts"),
@@ -117,8 +119,11 @@ const WHITELIST: &[Crate<'_>] = &[
117119
Crate("rand_core"),
118120
Crate("rand_hc"),
119121
Crate("rand_isaac"),
122+
Crate("rand_jitter"),
123+
Crate("rand_os"),
120124
Crate("rand_pcg"),
121125
Crate("rand_xorshift"),
126+
Crate("rdrand"),
122127
Crate("redox_syscall"),
123128
Crate("redox_termios"),
124129
Crate("regex"),

0 commit comments

Comments
 (0)