From 859b93a5da0492529afedb5daff2f47df26e78df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 23:16:17 +0000 Subject: [PATCH] chore(deps): bump xkbcommon from 0.7.0 to 0.8.0 Bumps [xkbcommon](https://github.com/rust-x-bindings/xkbcommon-rs) from 0.7.0 to 0.8.0. - [Commits](https://github.com/rust-x-bindings/xkbcommon-rs/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: xkbcommon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 +++++++++++++-- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30c4d0a..6258f23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2013,7 +2013,7 @@ dependencies = [ "memmap2 0.9.4", "nix 0.27.1", "raw-window-handle", - "xkbcommon", + "xkbcommon 0.7.0", ] [[package]] @@ -5592,7 +5592,7 @@ dependencies = [ "wayland-protocols 0.32.3", "wayland-protocols-misc", "wayland-protocols-wlr 0.3.3", - "xkbcommon", + "xkbcommon 0.8.0", "zbus 4.4.0", ] @@ -5617,6 +5617,17 @@ dependencies = [ "xkeysym", ] +[[package]] +name = "xkbcommon" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9" +dependencies = [ + "libc", + "memmap2 0.9.4", + "xkeysym", +] + [[package]] name = "xkbcommon-dl" version = "0.4.2" diff --git a/Cargo.toml b/Cargo.toml index 095d2e3..a20d22d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ wayland-protocols-wlr = { version = "0.3.3", default-features = false, features wayland-client = { version = "0.31.5" } wayland-protocols-misc = { version = "0.3.3", features = ["client"] } -xkbcommon = "0.7.0" +xkbcommon = "0.8.0" tempfile = "3.10.1" thiserror = "1.0.63" toml = "0.8.15"