From 4ffcb4b8e0711243d608d609d426eb56b5bb6a7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 12:59:45 +0000 Subject: [PATCH] Bump smithay-client-toolkit from `2854623` to `a85f977` Bumps [smithay-client-toolkit](https://github.com/Smithay/client-toolkit) from `2854623` to `a85f977`. - [Commits](https://github.com/Smithay/client-toolkit/compare/2854623830de3873be36695ad34a2b4d430af72e...a85f9779fc5126e43bbd4d7fc86f177707157678) --- updated-dependencies: - dependency-name: smithay-client-toolkit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 44a2c62..059f9fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -803,7 +803,7 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "smithay-client-toolkit" version = "0.17.0" -source = "git+https://github.com/Smithay/client-toolkit#2854623830de3873be36695ad34a2b4d430af72e" +source = "git+https://github.com/Smithay/client-toolkit#a85f9779fc5126e43bbd4d7fc86f177707157678" dependencies = [ "bitflags 1.3.2", "calloop", @@ -820,6 +820,7 @@ dependencies = [ "wayland-protocols", "wayland-protocols-wlr", "wayland-scanner", + "xkeysym", ] [[package]] @@ -1297,3 +1298,9 @@ checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7" dependencies = [ "nom", ] + +[[package]] +name = "xkeysym" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"