diff --git a/Cargo.lock b/Cargo.lock index 6747f74665b..57f543ae62e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4806,9 +4806,9 @@ dependencies = [ [[package]] name = "ohos-sys" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f2fd4c1b349c53cd06dfa959bb53076453960d793961caafd367e64c3bb5522" +checksum = "491c77f0fe6b4336266f9da68b8dffb15d3bbe19c32ac0145b861851af3c8e41" [[package]] name = "ohos-vsync" diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index e18769916e1..cc5047f344c 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -85,7 +85,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.3.0", features = ["xcomponent"] } +ohos-sys = { version = "0.3.1", features = ["xcomponent"] } ohos-vsync = "0.1" [target.'cfg(any(target_os = "android", target_env = "ohos"))'.dependencies]