about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorRobert Bastian <robertbastian@unicode.org>2025-08-28 09:48:54 +0000
committerRobert Bastian <robertbastian@unicode.org>2025-08-28 09:48:54 +0000
commit359cbd205f4d8a1d4c3f03307fe2ca524c378340 (patch)
treef497f0fd097cd36aed589a00e357558641c37e57 /src
parentd82a20e025701be09e87fbfa3a49bc4c2ae5662c (diff)
downloadrust-359cbd205f4d8a1d4c3f03307fe2ca524c378340.tar.gz
rust-359cbd205f4d8a1d4c3f03307fe2ca524c378340.zip
Use default locale fallback data
Diffstat (limited to 'src')
-rw-r--r--src/tools/tidy/src/deps.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs
index cf4156892e9..6974ede624a 100644
--- a/src/tools/tidy/src/deps.rs
+++ b/src/tools/tidy/src/deps.rs
@@ -291,8 +291,8 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
     "icu_list",
     "icu_locale",
     "icu_locale_core",
+    "icu_locale_data",
     "icu_provider",
-    "icu_provider_adapters",
     "ident_case",
     "indexmap",
     "intl-memoizer",