Skip to content

Commit 4d3a028

Browse files
committed
tidy
1 parent 31ffc66 commit 4d3a028

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/tidy/src/deps.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const LICENSES: &[&str] = &[
1818
// tidy-alphabetical-start
1919
"(MIT OR Apache-2.0) AND Unicode-3.0", // unicode_ident (1.0.14)
2020
"(MIT OR Apache-2.0) AND Unicode-DFS-2016", // unicode_ident (1.0.12)
21-
"0BSD OR MIT OR Apache-2.0", // adler license
21+
"0BSD OR MIT OR Apache-2.0", // adler2 license
2222
"0BSD",
2323
"Apache-2.0 / MIT",
2424
"Apache-2.0 OR ISC OR MIT",
@@ -462,7 +462,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
462462
const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[
463463
// tidy-alphabetical-start
464464
"addr2line",
465-
"adler",
465+
"adler2",
466466
"allocator-api2",
467467
"cc",
468468
"cfg-if",

0 commit comments

Comments
 (0)