Skip to content

Commit efbb9ab

Browse files
authored
chore: move supports-unicode to workspace deps (#14853)
We should have a lint for it :)
2 parents 88edf01 + ceaaab3 commit efbb9ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ sha2 = "0.10.8"
9797
shell-escape = "0.1.5"
9898
similar = "2.6.0"
9999
supports-hyperlinks = "3.0.0"
100+
supports-unicode = "3.0.0"
100101
snapbox = { version = "0.6.20", features = ["diff", "dir", "term-svg", "regex", "json"] }
101102
tar = { version = "0.4.42", default-features = false }
102103
tempfile = "3.10.1"
@@ -203,6 +204,7 @@ serde_json = { workspace = true, features = ["raw_value"] }
203204
sha1.workspace = true
204205
shell-escape.workspace = true
205206
supports-hyperlinks.workspace = true
207+
supports-unicode.workspace = true
206208
tar.workspace = true
207209
tempfile.workspace = true
208210
thiserror.workspace = true
@@ -215,7 +217,6 @@ unicase.workspace = true
215217
unicode-width.workspace = true
216218
url.workspace = true
217219
walkdir.workspace = true
218-
supports-unicode = "3.0.0"
219220

220221
[target.'cfg(target_has_atomic = "64")'.dependencies]
221222
tracing-chrome.workspace = true

0 commit comments

Comments
 (0)