Skip to content

Commit

Permalink
chore: move supports-unicode to workspace deps (#14853)
Browse files Browse the repository at this point in the history
We should have a lint for it :)
  • Loading branch information
weihanglo authored Nov 23, 2024
2 parents 88edf01 + ceaaab3 commit efbb9ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ sha2 = "0.10.8"
shell-escape = "0.1.5"
similar = "2.6.0"
supports-hyperlinks = "3.0.0"
supports-unicode = "3.0.0"
snapbox = { version = "0.6.20", features = ["diff", "dir", "term-svg", "regex", "json"] }
tar = { version = "0.4.42", default-features = false }
tempfile = "3.10.1"
Expand Down Expand Up @@ -203,6 +204,7 @@ serde_json = { workspace = true, features = ["raw_value"] }
sha1.workspace = true
shell-escape.workspace = true
supports-hyperlinks.workspace = true
supports-unicode.workspace = true
tar.workspace = true
tempfile.workspace = true
thiserror.workspace = true
Expand All @@ -215,7 +217,6 @@ unicase.workspace = true
unicode-width.workspace = true
url.workspace = true
walkdir.workspace = true
supports-unicode = "3.0.0"

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

0 comments on commit efbb9ab

Please sign in to comment.