From 99e238065e49bbda856caeca98c99c81c14f5824 Mon Sep 17 00:00:00 2001 From: daxpedda Date: Tue, 5 Mar 2024 11:41:21 +0100 Subject: [PATCH] Bump `x11-dl` to v2.19.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eb8674d61..b2bd50a13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -188,7 +188,7 @@ wayland-backend = { version = "0.3.0", default_features = false, features = ["cl wayland-client = { version = "0.31.1", optional = true } wayland-protocols = { version = "0.31.0", features = [ "staging"], optional = true } wayland-protocols-plasma = { version = "0.2.0", features = [ "client" ], optional = true } -x11-dl = { version = "2.18.5", optional = true } +x11-dl = { version = "2.19.1", optional = true } x11rb = { version = "0.13.0", default-features = false, features = ["allow-unsafe-code", "dl-libxcb", "randr", "resource_manager", "xinput", "xkb"], optional = true } xkbcommon-dl = "0.4.2"