Skip to content

Commit

Permalink
build(deps): update colored requirement from 2.0 to 3.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.0.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 8, 2025
1 parent 52a5f6a commit deffa79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "src/main.rs"
required-features = ["bin"]

[dependencies]
colored = "2.0"
colored = "3.0"
pulldown-cmark = { version = "0.12", default-features = false, features = ["simd", "html"] }
notify = "7"
unicode_categories = "0.1"
Expand Down

0 comments on commit deffa79

Please sign in to comment.