diff --git a/Cargo.lock b/Cargo.lock index 3638f3ed86a..99c8041ec19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4767,9 +4767,9 @@ dependencies = [ [[package]] name = "ohos-sys" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "576650788dcfcb1321ce967707fea478dece87c2c02bbd1e99ddddc4e53a4b8d" +checksum = "8d380ab6c951261a0e44306245bc960b3b3367f099a7da7156bd1a3cacaf783c" [[package]] name = "once_cell" diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index a867bd9f6d8..62b241f49ef 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -79,7 +79,7 @@ ipc-channel = { workspace = true, features = ["force-inprocess"] } hilog = "0.1.0" napi-derive-ohos = "0.0.9" napi-ohos = "0.1" -ohos-sys = { version = "0.2.1", features = ["xcomponent"] } +ohos-sys = { version = "0.2.2", features = ["xcomponent"] } [target.'cfg(any(target_os = "android", target_env = "ohos"))'.dependencies] nix = { workspace = true, features = ["fs"] }