Skip to content

Commit

Permalink
Merge pull request #131 from danielparks/termcolor-bump
Browse files Browse the repository at this point in the history
Adjust dependency to support termcolor 1.2
  • Loading branch information
Drakulix committed Aug 31, 2023
2 parents 5f345b5 + b14069b commit 2c98e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
## Unreleased
- The `new` method of loggers are now `#[must_use]` to prevent confusion when `new` is used called instead of `init`
- Adjusted dependency to support termcolor crate version 1.2 (PR #131, credits to @danielparks)
## v0.12.0
- Replaces the semingly unmaintained chrono library with the time crate.
- Addresses through this update
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -25,7 +25,7 @@ local-offset = ["time/local-offset"]

[dependencies]
log = { version = "0.4.*", features = ["std"] }
termcolor = { version = "1.1.*", optional = true }
termcolor = { version = "1.1", optional = true }
paris = { version = "~1.5.12", optional = true }
ansi_term = { version = "0.12", optional = true }
time = { version = "0.3.7", features = ["formatting", "macros"] }

0 comments on commit 2c98e48

Please sign in to comment.