Skip to content

Commit

Permalink
upgrade to colored 2.0
Browse files Browse the repository at this point in the history
The 2.0 release of colored has only a minor API change that doesn't
affect its usage in this crate:
https://github.com/mackwic/colored/blob/v2.0.0/CHANGELOG.md
  • Loading branch information
danc86 committed Jan 10, 2022
1 parent 90db900 commit 2c6c7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -18,7 +18,7 @@ stderr = []
[dependencies]
log = { version = "^0.4.5", features = ["std"] }
time = { version = "0.3.5", features = ["formatting", "local-offset", "macros"], optional = true }
colored = { version = "^1.6", optional = true }
colored = { version = "2", optional = true }

[target.'cfg(windows)'.dependencies]
atty = "0.2.13"
Expand Down

0 comments on commit 2c6c7ec

Please sign in to comment.