diff --git a/Cargo.lock b/Cargo.lock index 74b4982e9f81fcf72d21fbce37f393b47ffd874f..cc75630ef7bfb86e2a2f997e33efddfddbdd07e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13491,7 +13491,7 @@ dependencies = [ [[package]] name = "xkbcommon" version = "0.7.0" -source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=2d4c4439160c7846ede0f0ece93bf73b1e613339#2d4c4439160c7846ede0f0ece93bf73b1e613339" +source = "git+https://github.com/ConradIrwin/xkbcommon-rs?rev=fcbb4612185cc129ceeff51d22f7fb51810a03b2#fcbb4612185cc129ceeff51d22f7fb51810a03b2" dependencies = [ "as-raw-xcb-connection", "libc", diff --git a/crates/gpui/Cargo.toml b/crates/gpui/Cargo.toml index 8de1de328a63e1cb4e9c99d08772f42818a39a93..c934b40ce06da3fc4c35fb2c02457f25d3e1ab84 100644 --- a/crates/gpui/Cargo.toml +++ b/crates/gpui/Cargo.toml @@ -135,7 +135,10 @@ x11rb = { version = "0.13.0", features = [ "resource_manager", "sync", ] } -xkbcommon = { git = "https://github.com/ConradIrwin/xkbcommon-rs", rev = "2d4c4439160c7846ede0f0ece93bf73b1e613339", features = ["wayland", "x11"] } +xkbcommon = { git = "https://github.com/ConradIrwin/xkbcommon-rs", rev = "fcbb4612185cc129ceeff51d22f7fb51810a03b2", features = [ + "wayland", + "x11", +] } xim = { git = "https://github.com/npmania/xim-rs", rev = "27132caffc5b9bc9c432ca4afad184ab6e7c16af", features = [ "x11rb-xcb", "x11rb-client",