Skip to content

Commit a3c8f63

Browse files
committed
Update Cargo.lock
1 parent 74dc2b6 commit a3c8f63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ const WHITELIST: &[Crate<'_>] = &[
7676
Crate("bitflags"),
7777
Crate("build_const"),
7878
Crate("byteorder"),
79+
Crate("c2-chacha"),
7980
Crate("cc"),
8081
Crate("cfg-if"),
8182
Crate("chalk-engine"),
@@ -97,6 +98,7 @@ const WHITELIST: &[Crate<'_>] = &[
9798
Crate("fuchsia-zircon"),
9899
Crate("fuchsia-zircon-sys"),
99100
Crate("getopts"),
101+
Crate("getrandom"),
100102
Crate("humantime"),
101103
Crate("indexmap"),
102104
Crate("itertools"),
@@ -122,6 +124,7 @@ const WHITELIST: &[Crate<'_>] = &[
122124
Crate("parking_lot_core"),
123125
Crate("pkg-config"),
124126
Crate("polonius-engine"),
127+
Crate("ppv-lite86"),
125128
Crate("proc-macro2"),
126129
Crate("quick-error"),
127130
Crate("quote"),
@@ -149,6 +152,7 @@ const WHITELIST: &[Crate<'_>] = &[
149152
Crate("serde"),
150153
Crate("serde_derive"),
151154
Crate("smallvec"),
155+
Crate("spin"),
152156
Crate("stable_deref_trait"),
153157
Crate("syn"),
154158
Crate("synstructure"),

0 commit comments

Comments
 (0)