colors: remove lazy_static dependency and use LazyLock for COLORS

This commit is contained in:
raf 2025-06-22 02:53:21 +03:00
commit 61d4b7377f
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 6 additions and 15 deletions

View file

@ -13,7 +13,6 @@ path = "src/main.rs"
[dependencies]
nix = { version = "0.30", features = ["fs", "hostname", "feature"] }
lazy_static = "1.5"
libc = "0.2"
[dev-dependencies]