Skip to content

Commit

Permalink
Upgrade colored dependency to ^2
Browse files Browse the repository at this point in the history
  • Loading branch information
faern authored and daboross committed Oct 20, 2024
1 parent 8236409 commit ee161a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Unreleased
==========

- Upgrade `colored` to version 2. This is a breaking change due to
`colored` being exposed in the public API of `fern`.

0.6.2 (2023-03-23)
==================

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ include = ["Cargo.toml", "src/**/*", "tests/**/*", "examples/**/*", "LICENSE", "

[dependencies]
log = { version = "0.4", features = ["std"] }
colored = { version = "1.5", optional = true }
colored = { version = "2.1.0", optional = true }
chrono = { version = "0.4", default-features = false, features = ["std", "clock"], optional = true }

[target."cfg(not(windows))".dependencies]
Expand Down

0 comments on commit ee161a7

Please sign in to comment.