Update cargo

This commit is contained in:
Eric Huss 2018-12-02 17:33:20 -08:00
parent 7139e1c3ab
commit 8c20adddbc
3 changed files with 32 additions and 1 deletions

@ -1 +1 @@
Subproject commit b3d0b2e545b61d4cd08096911724b7d49d213f73
Subproject commit 5e85ba14aaa20f8133863373404cb0af69eeef2c

View file

@ -52,6 +52,7 @@ const EXCEPTIONS: &[&str] = &[
"cloudabi", // BSD-2-Clause, (rls -> crossbeam-channel 0.2 -> rand 0.5)
"ryu", // Apache-2.0, rls/cargo/... (b/c of serde)
"bytesize", // Apache-2.0, cargo
"im-rc", // MPL-2.0+, cargo
];
/// Which crates to check against the whitelist?