diff --git a/Cargo.lock b/Cargo.lock index 30a70f80ae0..2e18797b0fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5395,7 +5395,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee3ea454e31a3372cd9c4ed903db4fae861e92f57cf51852a3cd80f9d3945dcd" dependencies = [ "log", - "ohos-ime-sys", + "ohos-ime-sys 0.1.4", ] [[package]] @@ -5404,6 +5404,12 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58f68e03eb5b698781a69dc4918a17fe040a30be87de7014c12e4a2a3cb8a00f" +[[package]] +name = "ohos-ime-sys" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "89d326ae2b2e71f95ca756b7d418c0adcb0018889e73f7eabed59671cb179608" + [[package]] name = "ohos-sys-opaque-types" version = "0.1.5" @@ -7040,7 +7046,7 @@ dependencies = [ "objc2-app-kit 0.3.1", "objc2-foundation 0.3.1", "ohos-ime", - "ohos-ime-sys", + "ohos-ime-sys 0.2.0", "ohos-vsync", "raw-window-handle", "rustls", diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index edeaef5408f..887f3fc6558 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -91,7 +91,7 @@ ipc-channel = { workspace = true, features = ["force-inprocess"] } napi-derive-ohos = "1.0.4" napi-ohos = "1.0.4" ohos-ime = "0.3.0" -ohos-ime-sys = "0.1.4" +ohos-ime-sys = "0.2.0" ohos-vsync = "0.1.3" xcomponent-sys = { version = "0.3.1", features = ["api-12", "keyboard-types"] }