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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-01-10 17:27:27 +00:00 committed by GitHub
parent 7d4ce45185
commit a05939251a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 3 deletions

11
Cargo.lock generated
View file

@ -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]]

View file

@ -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"] }