diff --git a/Cargo.lock b/Cargo.lock index dcf80f1c9cf..3b7145b184e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5904,9 +5904,9 @@ dependencies = [ [[package]] name = "ohos-abilitykit-sys" -version = "0.1.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ff6fba3cf019d0dcabc3ee41396a7180b9b6fd64bee904a27144224a9be81c7" +checksum = "c8cad87e0d2d619685b4ee48b2497b881a5554c0e233ce30c745b3e6fc380b91" dependencies = [ "ohos-sys-opaque-types", ] diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index 0be1d878515..1b2470ab217 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -95,7 +95,7 @@ napi-ohos = "1.0.4" ohos-ime = "0.4.0" ohos-ime-sys = "0.2.0" ohos-deviceinfo = "0.1.0" -ohos-abilitykit-sys = { version = "0.1.0", features = ["api-14"] } +ohos-abilitykit-sys = { version = "0.1.2", features = ["api-14"] } ohos-vsync = "0.1.3" ohos-window-manager-sys = { version = "0.1", features = ["api-14"] } xcomponent-sys = { version = "0.3.1", features = ["api-14", "keyboard-types"] }