diff --git a/Cargo.lock b/Cargo.lock index 6e8862b55605ebd02d1675c0bfe8bb3f12da9ec9..05c9db824169dafe5c853cd3cb4c4a93e3e1a96e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13492,7 +13492,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 db71645be817836f87a281f81f2cb17cd07805ba..018cd3d723f81934f22b775c93c3f140c57faf46 100644 --- a/crates/gpui/Cargo.toml +++ b/crates/gpui/Cargo.toml @@ -135,7 +135,7 @@ x11rb = { version = "0.13.0", features = [ "resource_manager", "sync", ] } -xkbcommon = { git = "https://github.com/ConradIrwin/xkbcommon-rs", rev = "2d4c4439160c7846ede0f0ece93bf73b1e613339", features = [ +xkbcommon = { git = "https://github.com/ConradIrwin/xkbcommon-rs", rev = "fcbb4612185cc129ceeff51d22f7fb51810a03b2", features = [ "wayland", "x11", ] }