From a05939251a983605daa645238b968b24f174c4f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:27:27 +0000 Subject: [PATCH] build(deps): bump xcomponent-sys from 0.2.0 to 0.3.0 (#34936) Bumps [xcomponent-sys](https://github.com/openharmony-rs/ohos-sys) from 0.2.0 to 0.3.0. - [Changelog](https://github.com/openharmony-rs/ohos-sys/blob/main/CHANGELOG.md) - [Commits](https://github.com/openharmony-rs/ohos-sys/commits/v0.3.0) --- updated-dependencies: - dependency-name: xcomponent-sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 11 +++++++++-- ports/servoshell/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc1b5201ba6..0fda2d4413e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5213,6 +5213,12 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a786868a20866e5682c6666ebd84435563d7ff2d6088576d958c1bb7475e460" +[[package]] +name = "ohos-sys-opaque-types" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50539ed89d91239332ac407d9a14b52346f5b8e1099b9861a0d91dcdba6c8d0f" + [[package]] name = "ohos-vsync" version = "0.1.2" @@ -9023,12 +9029,13 @@ dependencies = [ [[package]] name = "xcomponent-sys" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5614071fe8188485b9e9494da95a579331de83faa528095cd3182867116f5d58" +checksum = "0058fc9b16e67ccaf41cb26092da88f066d550adf1fe8ae90b1bdc66305d9061" dependencies = [ "arkui-sys", "keyboard-types", + "ohos-sys-opaque-types", ] [[package]] diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index 5ce0186cdb0..46b3cfca57e 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -92,7 +92,7 @@ napi-ohos = "1.0.3" ohos-vsync = "0.1.2" ohos-ime = { version = "0.2" } ohos-ime-sys = "0.1.2" -xcomponent-sys = { version = "0.2.0", features = ["api-12", "keyboard-types"] } +xcomponent-sys = { version = "0.3.0", features = ["api-12", "keyboard-types"] } [target.'cfg(any(target_os = "android", target_env = "ohos"))'.dependencies] nix = { workspace = true, features = ["fs"] }