Skip to content

Commit

Permalink
colored 1.9 -> 2.1.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
AndreasBackx authored and facebook-github-bot committed Jan 2, 2024
1 parent 166215b commit 75ecc60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hermit-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "BSD-3-Clause"
anyhow = "1.0.75"
bincode = "1.3.3"
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
colored = "1.9"
colored = "2.1.0"
detcore = { version = "0.0.0", path = "../detcore" }
diff = "0.1"
dirs = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion hermit-verify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "BSD-3-Clause"
[dependencies]
anyhow = "1.0.75"
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
colored = "1.9"
colored = "2.1.0"
detcore = { version = "0.0.0", path = "../detcore" }
detcore-model = { version = "0.0.0", path = "../detcore-model" }
edit-distance = { version = "0.0.0", path = "../common/edit-distance" }
Expand Down

0 comments on commit 75ecc60

Please sign in to comment.