Skip to content

Commit 35901b1

Browse files
committed
chore: upgrade colored from v2.1 to v3.0 (removes lazy_static dependency)
1 parent 83b2683 commit 35901b1

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ toml = "0.8"
3131
anyhow = "1.0"
3232

3333
# Utility
34-
colored = "2.1" # Keep at 2.1 to maintain lower MSRV
34+
colored = "3.0"
3535
chrono = "0.4"
3636
fuzzy-matcher = "0.3"
3737
indicatif = "0.17"

0 commit comments

Comments
 (0)