diff options
| author | Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | 2023-06-26 07:21:35 +0000 |
|---|---|---|
| committer | Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> | 2023-07-02 20:41:03 +0200 |
| commit | 3295cdfff4f245c2efce22ead297ac0c7e8de36a (patch) | |
| tree | ff75158a35e0913f991d907d29ea36c71a5a902a /src | |
| parent | 32d81eccd64513bacef9dfa1574543ada6b45d85 (diff) | |
| download | rust-3295cdfff4f245c2efce22ead297ac0c7e8de36a.tar.gz rust-3295cdfff4f245c2efce22ead297ac0c7e8de36a.zip | |
cargo update
Additional deps: equivalent: indexmap nu-ansi-term: tracing overload: nu-ansi-term
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 8db479af286..b6c57342a05 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -111,7 +111,6 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[ "aho-corasick", "allocator-api2", // FIXME: only appears in Cargo.lock due to https://github.com/rust-lang/cargo/issues/10801 "annotate-snippets", - "ansi_term", "ar_archive_writer", "arrayvec", "atty", @@ -143,6 +142,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[ "either", "elsa", "ena", + "equivalent", "expect-test", "fallible-iterator", // dependency of `thorin` "fastrand", @@ -187,10 +187,12 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[ "memmap2", "memoffset", "miniz_oxide", + "nu-ansi-term", "num_cpus", "object", "odht", "once_cell", + "overload", "parking_lot", "parking_lot_core", "pathdiff", |
