build(deps): bump xcomponent-sys from 0.3.0 to 0.3.1 (#35217)

Bumps [xcomponent-sys](https://github.com/openharmony-rs/ohos-sys) from 0.3.0 to 0.3.1.
- [Changelog](https://github.com/openharmony-rs/ohos-sys/blob/main/CHANGELOG.md)
- [Commits](https://github.com/openharmony-rs/ohos-sys/commits)

---
updated-dependencies:
- dependency-name: xcomponent-sys
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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-29 19:50:11 +00:00 committed by GitHub
parent 212fabf988
commit 6de0331d7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -9101,9 +9101,9 @@ dependencies = [
[[package]]
name = "xcomponent-sys"
version = "0.3.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0058fc9b16e67ccaf41cb26092da88f066d550adf1fe8ae90b1bdc66305d9061"
checksum = "01dbe0dd6a365f6de1fb816e8961ad7bf80a152a29d30783cb228e3fa507fe08"
dependencies = [
"arkui-sys",
"keyboard-types",

View file

@ -95,7 +95,7 @@ napi-ohos = "1.0.4"
ohos-vsync = "0.1.3"
ohos-ime = { version = "0.2" }
ohos-ime-sys = "0.1.4"
xcomponent-sys = { version = "0.3.0", features = ["api-12", "keyboard-types"] }
xcomponent-sys = { version = "0.3.1", features = ["api-12", "keyboard-types"] }
[target.'cfg(any(target_os = "android", target_env = "ohos"))'.dependencies]
nix = { workspace = true, features = ["fs"] }