From fcb65138453f66efcbbe2a4b77dfbce20b8409d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 01:24:44 +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 +++++++++++++-- starcolorkeyboard/Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0064115..aa20f38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2890,7 +2890,7 @@ dependencies = [ "wayland-protocols 0.31.2", "wayland-protocols-wlr 0.2.0", "wayland-scanner", - "xkbcommon", + "xkbcommon 0.7.0", "xkeysym", ] @@ -3003,7 +3003,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "xkbcommon", + "xkbcommon 0.8.0", ] [[package]] @@ -4259,6 +4259,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/starcolorkeyboard/Cargo.toml b/starcolorkeyboard/Cargo.toml index 9200b41..6fd7336 100644 --- a/starcolorkeyboard/Cargo.toml +++ b/starcolorkeyboard/Cargo.toml @@ -11,7 +11,7 @@ edition.workspace = true layershellev.workspace = true tempfile.workspace = true -xkbcommon = "0.7.0" +xkbcommon = "0.8.0" cairo-rs = "0.20.0" pango = "0.20.0"