From b0c2ffc74af51f5449fc07f9009419dced67c9d9 Mon Sep 17 00:00:00 2001 From: "Brian J. Tarricone" Date: Mon, 30 May 2022 18:57:28 -0700 Subject: [PATCH] Drop unneeded dependency on 'x11' from locker --- Cargo.lock | 1 - locker/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f796b6..1944653 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -295,7 +295,6 @@ dependencies = [ "libc", "log", "nix", - "x11", "xcb", "xcb-xembed", "xkb", diff --git a/locker/Cargo.toml b/locker/Cargo.toml index 5e2ead0..a3ba2ac 100644 --- a/locker/Cargo.toml +++ b/locker/Cargo.toml @@ -20,7 +20,6 @@ bscreensaver-util = { path = "../util" } libc = "0.2" log = "0.4" nix = "0.23" -x11 = "2.19" xcb = { version = "1", features = ["randr", "xkb", "xfixes", "xinput"] } xcb-xembed = { path = "../xcb-xembed" } xkb = { version = "0.2", features = ["x11"] }