From 855b4407a8a4219c24bd331e96c12af7c897e97f Mon Sep 17 00:00:00 2001 From: ShootingStarDragons Date: Sun, 28 Jul 2024 15:25:51 +0859 Subject: [PATCH] chore: update lock --- Cargo.lock | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index e2f6b4a..002b7ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1452,8 +1452,11 @@ dependencies = [ "iced_runtime", "iced_style", "layershellev", + "memmap2 0.9.4", + "once_cell", "thiserror", "tracing", + "xkbcommon-dl", ] [[package]] @@ -1738,6 +1741,8 @@ version = "0.2.7" dependencies = [ "bitflags 2.6.0", "log", + "memmap2 0.9.4", + "once_cell", "raw-window-handle", "smithay-client-toolkit 0.18.1", "tempfile", @@ -1748,6 +1753,7 @@ dependencies = [ "wayland-protocols 0.31.2", "wayland-protocols-misc", "wayland-protocols-wlr 0.2.0", + "xkbcommon-dl", ] [[package]]