Skip to content

Commit

Permalink
⬆️ Update colored requirement from 2.1.0 to 3.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [colored](https://github.com/mackwic/colored) to permit the latest version.
- [Release notes](https://github.com/mackwic/colored/releases)
- [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md)
- [Commits](colored-rs/colored@v2.1.0...v3.0.0)

---
updated-dependencies:
- dependency-name: colored
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 14b13b6 commit 8eef8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.1.0"
[dependencies]
anyhow = "1.0.93"
clap = {version = "4.5.20", features = ["derive", "env"]}
colored = "2.1.0"
colored = "3.0.0"
convert_case = "0.6.0"
crossterm = "0.27.0"
envy = "0.4.2"
Expand Down

0 comments on commit 8eef8d2

Please sign in to comment.