diff --git a/Cargo.lock b/Cargo.lock index 6fb85bfdf..19bbfc428 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7467,7 +7467,7 @@ dependencies = [ [[package]] name = "xcb-imdkit" version = "0.3.0" -source = "git+https://github.com/wez/xcb-imdkit-rs.git?rev=215ce4b08ac9c4822e541efd4f4ffb1062806051#215ce4b08ac9c4822e541efd4f4ffb1062806051" +source = "git+https://github.com/wez/xcb-imdkit-rs.git?rev=358e226573461fe540efb920e2aad740e3c6fab1#358e226573461fe540efb920e2aad740e3c6fab1" dependencies = [ "bitflags 1.3.2", "cc", diff --git a/window/Cargo.toml b/window/Cargo.toml index 39d94eac1..580c6d7aa 100644 --- a/window/Cargo.toml +++ b/window/Cargo.toml @@ -77,7 +77,7 @@ xcb = {version="1.3", features=["render", "randr", "dri2", "xkb", "xlib_xcb", "p xkbcommon = { version = "0.7.0", features = ["x11", "wayland"] } mio = {version="0.8", features=["os-ext"]} libc = "0.2" -xcb-imdkit = { version="0.3", git="https://github.com/wez/xcb-imdkit-rs.git", rev="215ce4b08ac9c4822e541efd4f4ffb1062806051"} +xcb-imdkit = { version="0.3", git="https://github.com/wez/xcb-imdkit-rs.git", rev="358e226573461fe540efb920e2aad740e3c6fab1"} zbus = "3.14" zvariant = "3.15"