From ad3a9171513d00068a45759bb1b4b1e5fe64a2d9 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Thu, 21 Dec 2023 13:31:58 -0800 Subject: [PATCH] Update Smithay --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26c0f8c7..4b82510f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -955,7 +955,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412" dependencies = [ - "libloading 0.7.4", + "libloading 0.8.1", ] [[package]] @@ -4010,7 +4010,7 @@ checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" [[package]] name = "smithay" version = "0.3.0" -source = "git+https://github.com/smithay//smithay?rev=d5782e1#d5782e1a643b36ab59267c05bb89526e29b4bf9d" +source = "git+https://github.com/smithay//smithay?rev=1ebe4e8#1ebe4e8fdcc910aba85e5222da1c1102d4f50e41" dependencies = [ "appendlist", "ash", diff --git a/Cargo.toml b/Cargo.toml index f055e2a5..e448a963 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,4 +91,4 @@ debug = true lto = "fat" [patch."https://github.com/Smithay/smithay.git"] -smithay = { git = "https://github.com/smithay//smithay", rev = "d5782e1" } +smithay = { git = "https://github.com/smithay//smithay", rev = "1ebe4e8" }