colored 1.9 -> 2.1.0

Summary: A newer version of colored adds support for true color terminal text coloring. The changelog only indicates "Alter Color interface to return Cow<'static, str>" besides the true color support as a "change" in the changelog and I'm not expecting people to really use this. If they do, I'll see it in Sandcastle?

Reviewed By: dtolnay

Differential Revision: D52391497

fbshipit-source-id: c08fffc171f7d5f9b75f96617aa673867ab45312
This commit is contained in:
Andreas Backx 2024-01-02 15:28:35 -08:00 committed by Facebook GitHub Bot
parent 9ce4ac6e2b
commit 9a92f2f4e9
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ license = "BSD-2-Clause"
anyhow = "1.0.75"
async-trait = "0.1.71"
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
colored = "1.9"
colored = "2.1.0"
reverie-host = { version = "0.1.0", path = "../reverie-host" }
reverie-process = { version = "0.1.0", path = "../../reverie-process" }
riptrace-rpc = { version = "0.1.0", path = "rpc" }

View file

@ -11,7 +11,7 @@ license = "BSD-2-Clause"
[dependencies]
bincode = "1.3.3"
bitflags = "1.3"
colored = "1.9"
colored = "2.1.0"
futures = { version = "0.3.28", features = ["async-await", "compat"] }
libc = "0.2.139"
nix = "0.25"