Update Cargo.lock
This commit is contained in:
parent
74dc2b6f6f
commit
a3c8f63868
@ -76,6 +76,7 @@ const WHITELIST: &[Crate<'_>] = &[
|
|||||||
Crate("bitflags"),
|
Crate("bitflags"),
|
||||||
Crate("build_const"),
|
Crate("build_const"),
|
||||||
Crate("byteorder"),
|
Crate("byteorder"),
|
||||||
|
Crate("c2-chacha"),
|
||||||
Crate("cc"),
|
Crate("cc"),
|
||||||
Crate("cfg-if"),
|
Crate("cfg-if"),
|
||||||
Crate("chalk-engine"),
|
Crate("chalk-engine"),
|
||||||
@ -97,6 +98,7 @@ const WHITELIST: &[Crate<'_>] = &[
|
|||||||
Crate("fuchsia-zircon"),
|
Crate("fuchsia-zircon"),
|
||||||
Crate("fuchsia-zircon-sys"),
|
Crate("fuchsia-zircon-sys"),
|
||||||
Crate("getopts"),
|
Crate("getopts"),
|
||||||
|
Crate("getrandom"),
|
||||||
Crate("humantime"),
|
Crate("humantime"),
|
||||||
Crate("indexmap"),
|
Crate("indexmap"),
|
||||||
Crate("itertools"),
|
Crate("itertools"),
|
||||||
@ -122,6 +124,7 @@ const WHITELIST: &[Crate<'_>] = &[
|
|||||||
Crate("parking_lot_core"),
|
Crate("parking_lot_core"),
|
||||||
Crate("pkg-config"),
|
Crate("pkg-config"),
|
||||||
Crate("polonius-engine"),
|
Crate("polonius-engine"),
|
||||||
|
Crate("ppv-lite86"),
|
||||||
Crate("proc-macro2"),
|
Crate("proc-macro2"),
|
||||||
Crate("quick-error"),
|
Crate("quick-error"),
|
||||||
Crate("quote"),
|
Crate("quote"),
|
||||||
@ -149,6 +152,7 @@ const WHITELIST: &[Crate<'_>] = &[
|
|||||||
Crate("serde"),
|
Crate("serde"),
|
||||||
Crate("serde_derive"),
|
Crate("serde_derive"),
|
||||||
Crate("smallvec"),
|
Crate("smallvec"),
|
||||||
|
Crate("spin"),
|
||||||
Crate("stable_deref_trait"),
|
Crate("stable_deref_trait"),
|
||||||
Crate("syn"),
|
Crate("syn"),
|
||||||
Crate("synstructure"),
|
Crate("synstructure"),
|
||||||
|
Loading…
Reference in New Issue
Block a user