chore(cargo): bump colorutils-rs from 0.7.6 to 0.8.0

Bumps [colorutils-rs](https://github.com/awxkee/colorutils-rs) from 0.7.6 to 0.8.0.
- [Release notes](https://github.com/awxkee/colorutils-rs/releases)
- [Commits](https://github.com/awxkee/colorutils-rs/compare/0.7.6...0.8.0)
This commit is contained in:
dependabot[bot]
2026-05-02 01:18:57 +00:00
committed by iequidoo
parent d75c05e717
commit ac8b2d2fca
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -934,9 +934,9 @@ checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]] [[package]]
name = "colorutils-rs" name = "colorutils-rs"
version = "0.7.6" version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e2fc25857fa523662de5cae84225b0e7bfb24a2a3f9ed8802fecf03df7252b1" checksum = "69abc9a8ed011e2b7946769f460b9e76e8b659ece9ef4001b9d8bba3489f796d"
dependencies = [ dependencies = [
"erydanos", "erydanos",
"half", "half",

View File

@@ -53,7 +53,7 @@ blake3 = "1.8.2"
brotli = { version = "8", default-features=false, features = ["std"] } brotli = { version = "8", default-features=false, features = ["std"] }
bytes = "1" bytes = "1"
chrono = { workspace = true, features = ["alloc", "clock", "std"] } chrono = { workspace = true, features = ["alloc", "clock", "std"] }
colorutils-rs = { version = "0.7.5", default-features = false } colorutils-rs = { version = "0.8.0", default-features = false }
data-encoding = "2.9.0" data-encoding = "2.9.0"
escaper = "0.1" escaper = "0.1"
fast-socks5 = "1" fast-socks5 = "1"