From 0e56726761a1f608d943ea1075dc78e102356e47 Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Mon, 16 Dec 2024 18:41:34 +0100 Subject: [PATCH] deps: Update pixman to 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]