diff --git a/Cargo.lock b/Cargo.lock index 95cce611286..199a91e3520 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5091,9 +5091,9 @@ dependencies = [ [[package]] name = "ohos-ime-sys" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12be156a401d3a97d3b2e5de3a864f585a71098bbc830130a5c876c6ba38f572" +checksum = "1d7bf507ab809be28f63eb8dd4d8fdb3a6317605347252240570aeb60d21ab22" [[package]] name = "ohos-sys" diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index a7fd53baa87..d04e2f4098c 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -91,7 +91,7 @@ napi-ohos = "1.0.3" ohos-sys = { version = "0.4.0", features = ["xcomponent"] } ohos-vsync = "0.1.2" ohos-ime = { version = "0.2" } -ohos-ime-sys = "0.1.1" +ohos-ime-sys = "0.1.2" xcomponent-sys = { version = "0.1.1", features = ["api-12", "keyboard-types"] } [target.'cfg(any(target_os = "android", target_env = "ohos"))'.dependencies]