diff --git a/Cargo.toml b/Cargo.toml index 09842a62fee3..fbc40ea5554b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ xkbcommon = { version = "0.8.0", features = ["wayland"]} encoding_rs = { version = "0.8.33", optional = true } profiling = "1.0.13" smallvec = "1.11" -pixman = { version = "0.2.0", features = ["drm-fourcc", "sync"], optional = true } +pixman = { version = "0.2.1", features = ["drm-fourcc", "sync"], optional = true } [dev-dependencies]