chore(deps): bump colored from 2.2.0 to 3.0.0

Bumps [colored](https://github.com/mackwic/colored) from 2.2.0 to 3.0.0.
- [Release notes](https://github.com/mackwic/colored/releases)
- [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mackwic/colored/compare/v2.2.0...v3.0.0)

---
updated-dependencies:
- dependency-name: colored
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-13 15:47:33 +00:00 committed by GitHub
parent eb13246529
commit e167eb2f2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 5 deletions

View file

@ -10,7 +10,7 @@ license = "AGPL-3.0-or-later"
include = ["**/*.rs"]
[dependencies]
colored = "2"
colored = "3"
sys-locale = "0.3"
rust-i18n = "3"
serde_json = { version = "1.0" }