diff options
| author | klensy <klensy@users.noreply.github.com> | 2025-01-03 15:50:11 +0300 |
|---|---|---|
| committer | klensy <klensy@users.noreply.github.com> | 2025-01-03 15:50:11 +0300 |
| commit | 4d3a0286e915ed732bb88c39aeaa95670fa8fdcb (patch) | |
| tree | bffdd54a3e6ea5b7bf4020fe3db56fd9f8f4351f | |
| parent | 31ffc66fa8a619e82d726cb18702125265870fd4 (diff) | |
| download | rust-4d3a0286e915ed732bb88c39aeaa95670fa8fdcb.tar.gz rust-4d3a0286e915ed732bb88c39aeaa95670fa8fdcb.zip | |
tidy
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index d00d5a9b4da..912cbb668b0 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -18,7 +18,7 @@ const LICENSES: &[&str] = &[ // tidy-alphabetical-start "(MIT OR Apache-2.0) AND Unicode-3.0", // unicode_ident (1.0.14) "(MIT OR Apache-2.0) AND Unicode-DFS-2016", // unicode_ident (1.0.12) - "0BSD OR MIT OR Apache-2.0", // adler license + "0BSD OR MIT OR Apache-2.0", // adler2 license "0BSD", "Apache-2.0 / MIT", "Apache-2.0 OR ISC OR MIT", @@ -462,7 +462,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[ const PERMITTED_STDLIB_DEPENDENCIES: &[&str] = &[ // tidy-alphabetical-start "addr2line", - "adler", + "adler2", "allocator-api2", "cc", "cfg-if", |
