From c8b85b83c7d1db9ae4834fa95223cfb8b13e276a Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Tue, 12 Sep 2023 19:48:50 +0400 Subject: Update dependencies --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53206334..1abdb509 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2207,7 +2207,7 @@ checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" [[package]] name = "smithay" version = "0.3.0" -source = "git+https://github.com/Smithay/smithay.git#4b72a90fc82d1bc73c0d162a1814d06a3d411a3a" +source = "git+https://github.com/Smithay/smithay.git#5affbde5256ada864d98804933959e1dcb2129e0" dependencies = [ "appendlist", "bitflags 2.4.0", @@ -2269,7 +2269,7 @@ dependencies = [ [[package]] name = "smithay-drm-extras" version = "0.1.0" -source = "git+https://github.com/Smithay/smithay.git#4b72a90fc82d1bc73c0d162a1814d06a3d411a3a" +source = "git+https://github.com/Smithay/smithay.git#5affbde5256ada864d98804933959e1dcb2129e0" dependencies = [ "drm", "edid-rs", -- cgit