Skip to content

Commit 82cd6fb

Browse files
committed
Suppress duplicate versions lint (tokio-rs/tracing#3033)
Signed-off-by: Delan Azabani <[email protected]>
1 parent a2d967f commit 82cd6fb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

servo-tidy.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,16 @@ packages = [
6565
"phf_shared",
6666

6767
# icu (from mozjs) uses old version
68+
# tracing-subscriber (tokio-rs/tracing#3033) uses old version
69+
# regex -> regex-automata 0.4.7
70+
# icu_list -> regex-automata 0.2.0
71+
# tracing-subscriber -> matchers -> regex-automata 0.1.0
6872
"regex-automata",
73+
74+
# tracing-subscriber (tokio-rs/tracing#3033) uses old version
75+
# regex [-> regex-automata 0.4.7] -> regex-syntax 0.8.4
76+
# tracing-subscriber -> matchers -> regex-automata 0.1.0 -> regex-syntax 0.6.29
77+
"regex-syntax",
6978
]
7079
# Files that are ignored for all tidy and lint checks.
7180
files = [

0 commit comments

Comments
 (0)