Skip to content

Commit 66829d6

Browse files
committed
add subtle dependency
1 parent 542c356 commit 66829d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tools/tidy/src/deps.rs

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const EXCEPTIONS: &[(&str, &str)] = &[
4747
("dunce", "CC0-1.0"), // cargo (dev dependency)
4848
("similar", "Apache-2.0"), // cargo (dev dependency)
4949
("normalize-line-endings", "Apache-2.0"), // cargo (dev dependency)
50+
("subtle", "BSD-3-Clause"), // cargo
5051
];
5152

5253
const EXCEPTIONS_CRANELIFT: &[(&str, &str)] = &[
@@ -205,6 +206,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
205206
"snap",
206207
"stable_deref_trait",
207208
"stacker",
209+
"subtle",
208210
"syn",
209211
"synstructure",
210212
"tempfile",

0 commit comments

Comments
 (0)