build(deps): bump colored from 3.0.0 to 3.1.1

Bumps [colored](https://github.com/mackwic/colored) from 3.0.0 to 3.1.1.
- [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/v3.0.0...v3.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-01 18:36:03 +00:00
committed by GitHub
parent f4ac00d29f
commit 289c07448a
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -244,11 +244,11 @@ dependencies = [
[[package]] [[package]]
name = "colored" name = "colored"
version = "3.0.0" version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e" checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
dependencies = [ dependencies = [
"windows-sys 0.59.0", "windows-sys 0.60.2",
] ]
[[package]] [[package]]

View File

@@ -16,7 +16,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
rand = "0.9" rand = "0.9"
semver = "1.0" semver = "1.0"
colored = "3.0" colored = "3.1"
once_cell = "1.21" once_cell = "1.21"
reqwest = { version = "0.13", features = ["stream"] } reqwest = { version = "0.13", features = ["stream"] }
futures-util = "0.3" futures-util = "0.3"