Skip to content

Commit 1760d39

Browse files
committed
Adjust allowed dependencies from the latest cargo update
1 parent 4a515bd commit 1760d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tools/tidy/src/deps.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ const PERMITTED_DEPS_LOCATION: &str = concat!(file!(), ":", line!());
242242
/// rustc. Please check with the compiler team before adding an entry.
243243
const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
244244
// tidy-alphabetical-start
245-
"adler",
245+
"adler2",
246246
"ahash",
247247
"aho-corasick",
248248
"allocator-api2", // FIXME: only appears in Cargo.lock due to https://github.com/rust-lang/cargo/issues/10801

0 commit comments

Comments
 (0)