From 0231571ecf0a0e65c19c1b8d68116cb4dc42b74f Mon Sep 17 00:00:00 2001 From: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:51:06 +0100 Subject: [PATCH] ohos: Bump ohos-vsync and ohos-sys (#34155) Signed-off-by: Jonathan Schwender --- Cargo.lock | 17 +++++++++++++---- ports/servoshell/Cargo.toml | 4 ++-- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 445764aaf45..0f912cbea2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5147,15 +5147,18 @@ dependencies = [ [[package]] name = "ohos-sys" -version = "0.3.1" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "491c77f0fe6b4336266f9da68b8dffb15d3bbe19c32ac0145b861851af3c8e41" +checksum = "8a786868a20866e5682c6666ebd84435563d7ff2d6088576d958c1bb7475e460" +dependencies = [ + "xcomponent-sys", +] [[package]] name = "ohos-vsync" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5871e38034a33e8d43c711a40d39e24fd3500f43b61b9269b8586f608a70aec3" +checksum = "f861dc51ec885943dc9fcb757c26b1e934cc307daf79e025a0bf68a4875fc4a8" dependencies = [ "ohos-sys", ] @@ -8918,6 +8921,12 @@ dependencies = [ "rustix", ] +[[package]] +name = "xcomponent-sys" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "663e26cce4f574daf506a01f4e5cfedd5355c60afebc30daeeeea95f38f6b600" + [[package]] name = "xcursor" version = "0.3.8" diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index 93f8c80d0cf..3219d8788d2 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -88,8 +88,8 @@ ipc-channel = { workspace = true, features = ["force-inprocess"] } hilog = "0.1.1" napi-derive-ohos = "1.0.1" napi-ohos = "0.1" -ohos-sys = { version = "0.3.1", features = ["xcomponent"] } -ohos-vsync = "0.1" +ohos-sys = { version = "0.4.0", features = ["xcomponent"] } +ohos-vsync = "0.1.2" [target.'cfg(any(target_os = "android", target_env = "ohos"))'.dependencies] nix = { workspace = true, features = ["fs"] }