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

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