Skip to content

Commit

Permalink
add subtle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Jan 10, 2023
1 parent ebf230f commit 7c58986
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const EXCEPTIONS: &[(&str, &str)] = &[
("similar", "Apache-2.0"), // cargo (dev dependency)
("normalize-line-endings", "Apache-2.0"), // cargo (dev dependency)
("dissimilar", "Apache-2.0"), // rustdoc, rustc_lexer (few tests) via expect-test, (dev deps)
("subtle", "BSD-3-Clause"), // cargo
];

const EXCEPTIONS_CRANELIFT: &[(&str, &str)] = &[
Expand Down Expand Up @@ -219,6 +220,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
"snap",
"stable_deref_trait",
"stacker",
"subtle",
"syn",
"synstructure",
"tempfile",
Expand Down

0 comments on commit 7c58986

Please sign in to comment.