Skip to content

Commit

Permalink
Update Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
gnzlbg committed Aug 1, 2019
1 parent 74dc2b6 commit a3c8f63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/tools/tidy/src/deps.rs
Expand Up @@ -76,6 +76,7 @@ const WHITELIST: &[Crate<'_>] = &[
Crate("bitflags"),
Crate("build_const"),
Crate("byteorder"),
Crate("c2-chacha"),
Crate("cc"),
Crate("cfg-if"),
Crate("chalk-engine"),
Expand All @@ -97,6 +98,7 @@ const WHITELIST: &[Crate<'_>] = &[
Crate("fuchsia-zircon"),
Crate("fuchsia-zircon-sys"),
Crate("getopts"),
Crate("getrandom"),
Crate("humantime"),
Crate("indexmap"),
Crate("itertools"),
Expand All @@ -122,6 +124,7 @@ const WHITELIST: &[Crate<'_>] = &[
Crate("parking_lot_core"),
Crate("pkg-config"),
Crate("polonius-engine"),
Crate("ppv-lite86"),
Crate("proc-macro2"),
Crate("quick-error"),
Crate("quote"),
Expand Down Expand Up @@ -149,6 +152,7 @@ const WHITELIST: &[Crate<'_>] = &[
Crate("serde"),
Crate("serde_derive"),
Crate("smallvec"),
Crate("spin"),
Crate("stable_deref_trait"),
Crate("syn"),
Crate("synstructure"),
Expand Down

0 comments on commit a3c8f63

Please sign in to comment.