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

5
Cargo.lock generated
View file

@ -74,11 +74,10 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "colored"
version = "2.2.0"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e"
dependencies = [
"lazy_static",
"windows-sys 0.59.0",
]

View file

@ -14,7 +14,7 @@ license = "AGPL-3.0-or-later"
include = ["**/*.rs", "**/*.toml"]
[dependencies]
colored = "2"
colored = "3"
sys-locale = "0.3"
rust-i18n = "3"
regex-lite = "0.1"

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" }