diff --git a/Cargo.lock b/Cargo.lock index a0947110f72..35e271f8b2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5223,9 +5223,9 @@ dependencies = [ [[package]] name = "ohos-ime-sys" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31d47680bad31f5dec0264240287ac785929d315de00d3c248cfe1562d3ae999" +checksum = "58f68e03eb5b698781a69dc4918a17fe040a30be87de7014c12e4a2a3cb8a00f" [[package]] name = "ohos-sys-opaque-types" diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index b845d61bf64..97b408d0d9f 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -94,7 +94,7 @@ napi-derive-ohos = "1.0.4" napi-ohos = "1.0.4" ohos-vsync = "0.1.3" ohos-ime = { version = "0.2" } -ohos-ime-sys = "0.1.3" +ohos-ime-sys = "0.1.4" xcomponent-sys = { version = "0.3.0", features = ["api-12", "keyboard-types"] } [target.'cfg(any(target_os = "android", target_env = "ohos"))'.dependencies]