diff --git a/Cargo.lock b/Cargo.lock index 145136493c7..5bcb4890aca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6345,9 +6345,9 @@ dependencies = [ [[package]] name = "ohos-ime-sys" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53b4cf1e03e0c2e7af1a26dae44a464be782ffe7c97207bedba4f002f5a1a0e8" +checksum = "060ca76c500c8ffde25a89724d3476d4faca3b55fa3fe02cd8a3607e95b0861d" [[package]] name = "ohos-sys-opaque-types" diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index cbb31c1cc75..309c182c652 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -96,7 +96,7 @@ napi-ohos = "1.1.4" ohos-abilitykit-sys = { version = "0.1.2", features = ["api-14"] } ohos-deviceinfo = "0.1.0" ohos-ime = "0.4.0" -ohos-ime-sys = "0.2.2" +ohos-ime-sys = "0.2.3" ohos-vsync = "0.1.3" ohos-window-manager-sys = { version = "0.1", features = ["api-14"] } xcomponent-sys = { version = "0.3.5", features = ["api-14", "keyboard-types"] }