diff options
| author | bors <bors@rust-lang.org> | 2019-06-13 04:19:28 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-06-13 04:19:28 +0000 |
| commit | e011fe1c132010e261cc9ea658da73152f1f7fc7 (patch) | |
| tree | 66e69050f5a0726c5dcf64cd11fd8663146a71c6 /src | |
| parent | d8f50ab0ea6c529c24e575279acc72093caeb679 (diff) | |
| parent | b888eb92c57151bf3c2ab7cbc6b9fd89561a9ff1 (diff) | |
| download | rust-e011fe1c132010e261cc9ea658da73152f1f7fc7.tar.gz rust-e011fe1c132010e261cc9ea658da73152f1f7fc7.zip | |
Auto merge of #61597 - lnicola:bump-rand, r=alexcrichton
Bump dirs, rand and redox_users Part of #57724.
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 11f37b27188..6169ffc4297 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -33,6 +33,8 @@ const EXCEPTIONS: &[&str] = &[ "is-match", // MPL-2.0, mdbook "cssparser", // MPL-2.0, rustdoc "smallvec", // MPL-2.0, rustdoc + "rdrand", // ISC, mdbook, rustfmt + "fuchsia-cprng", // BSD-3-Clause, mdbook, rustfmt "fuchsia-zircon-sys", // BSD-3-Clause, rustdoc, rustc, cargo "fuchsia-zircon", // BSD-3-Clause, rustdoc, rustc, cargo (jobserver & tempdir) "cssparser-macros", // MPL-2.0, rustdoc |
