From d76b213e03f2f2947950704830b8ef8ae168da52 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Fri, 17 May 2024 15:49:02 +0400 Subject: [PATCH] Update Smithay (session-lock fix) --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d34260..e6d736f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3153,7 +3153,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "smithay" version = "0.3.0" -source = "git+https://github.com/Smithay/smithay.git#271fbc0209692c943a7f1092fbad4dea52e36be0" +source = "git+https://github.com/Smithay/smithay.git#900b938970081cb525dc94ff083d76aa07c60e54" dependencies = [ "appendlist", "bitflags 2.5.0", @@ -3225,7 +3225,7 @@ dependencies = [ [[package]] name = "smithay-drm-extras" version = "0.1.0" -source = "git+https://github.com/Smithay/smithay.git#271fbc0209692c943a7f1092fbad4dea52e36be0" +source = "git+https://github.com/Smithay/smithay.git#900b938970081cb525dc94ff083d76aa07c60e54" dependencies = [ "drm", "edid-rs",