diff --git a/Cargo.lock b/Cargo.lock index 313ee0b..7ce3025 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1660,15 +1660,6 @@ version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" -[[package]] -name = "memmap2" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6" -dependencies = [ - "libc", -] - [[package]] name = "memmap2" version = "0.8.0" @@ -2470,7 +2461,7 @@ dependencies = [ "wayland-protocols", "wayland-protocols-wlr", "wayland-scanner", - "xkbcommon 0.7.0", + "xkbcommon", "xkeysym", ] @@ -2547,7 +2538,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "xkbcommon 0.6.0", + "xkbcommon", ] [[package]] @@ -3592,17 +3583,6 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911" -[[package]] -name = "xkbcommon" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c286371c44b3572d19b09196c129a8fff47d7704d6494daefb44fec10f0278ab" -dependencies = [ - "libc", - "memmap2 0.7.1", - "xkeysym", -] - [[package]] name = "xkbcommon" version = "0.7.0" diff --git a/starcolorkeyboard/Cargo.toml b/starcolorkeyboard/Cargo.toml index 8e34ce4..7b91ce5 100644 --- a/starcolorkeyboard/Cargo.toml +++ b/starcolorkeyboard/Cargo.toml @@ -11,7 +11,7 @@ edition.workspace = true layershellev.workspace = true tempfile.workspace = true -xkbcommon = "0.6.0" +xkbcommon = "0.7.0" cairo-rs = "0.18.2" pango = "0.18.0"