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 542c356 commit 66829d6
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 @@ -47,6 +47,7 @@ const EXCEPTIONS: &[(&str, &str)] = &[
("dunce", "CC0-1.0"), // cargo (dev dependency)
("similar", "Apache-2.0"), // cargo (dev dependency)
("normalize-line-endings", "Apache-2.0"), // cargo (dev dependency)
("subtle", "BSD-3-Clause"), // cargo
];

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

0 comments on commit 66829d6

Please sign in to comment.