Upgrade csscolorparser to v0.8.3 (fixed MSRV)

This commit is contained in:
Ivan Molodetskikh
2026-03-09 12:25:47 +03:00
parent 8f75d171b6
commit bf142e0b48
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -9,8 +9,7 @@ repository.workspace = true
[dependencies]
bitflags.workspace = true
# 0.8.2 is incompatible with our MSRV 1.85.0
csscolorparser = "=0.8.1"
csscolorparser = "0.8.3"
knuffel = "3.2.0"
miette = { version = "5.10.0", features = ["fancy-no-backtrace"] }
niri-ipc = { version = "25.11.0", path = "../niri-ipc" }