From ceaaab39f0b3aabc453b758e99731f009c75532d Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Fri, 22 Nov 2024 17:27:43 -0500 Subject: [PATCH] chore: move supports-unicode to workspace deps --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c2cbff88b5d..196507a25fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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 @@ -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