Skip to content

Commit 2c6c7ec

Browse files
committed
upgrade to colored 2.0
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
1 parent 90db900 commit 2c6c7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ stderr = []
1818
[dependencies]
1919
log = { version = "^0.4.5", features = ["std"] }
2020
time = { version = "0.3.5", features = ["formatting", "local-offset", "macros"], optional = true }
21-
colored = { version = "^1.6", optional = true }
21+
colored = { version = "2", optional = true }
2222

2323
[target.'cfg(windows)'.dependencies]
2424
atty = "0.2.13"

0 commit comments

Comments
 (0)