diff --git a/Cargo.lock b/Cargo.lock index 1a657f8db08..70e95180aec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9101,9 +9101,9 @@ dependencies = [ [[package]] name = "xcomponent-sys" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0058fc9b16e67ccaf41cb26092da88f066d550adf1fe8ae90b1bdc66305d9061" +checksum = "01dbe0dd6a365f6de1fb816e8961ad7bf80a152a29d30783cb228e3fa507fe08" dependencies = [ "arkui-sys", "keyboard-types", diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index 97b408d0d9f..f8246f72782 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -95,7 +95,7 @@ napi-ohos = "1.0.4" ohos-vsync = "0.1.3" ohos-ime = { version = "0.2" } ohos-ime-sys = "0.1.4" -xcomponent-sys = { version = "0.3.0", features = ["api-12", "keyboard-types"] } +xcomponent-sys = { version = "0.3.1", features = ["api-12", "keyboard-types"] } [target.'cfg(any(target_os = "android", target_env = "ohos"))'.dependencies] nix = { workspace = true, features = ["fs"] }