Merge pull request #51 from alterware/dependabot/cargo/colored-3.1.1

build(deps): bump colored from 3.0.0 to 3.1.1
This commit is contained in:
2026-04-23 13:38:36 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
Generated
+3 -3
View File
@@ -244,11 +244,11 @@ dependencies = [
[[package]]
name = "colored"
version = "3.0.0"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e"
checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34"
dependencies = [
"windows-sys 0.59.0",
"windows-sys 0.60.2",
]
[[package]]
+1 -1
View File
@@ -16,7 +16,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rand = "0.9"
semver = "1.0"
colored = "3.0"
colored = "3.1"
once_cell = "1.21"
reqwest = { version = "0.13", features = ["stream"] }
futures-util = "0.3"