build(deps): bump arkui-sys from 0.2.0 to 0.2.3 (#34939)

Bumps [arkui-sys](https://github.com/openharmony-rs/ohos-sys) from 0.2.0 to 0.2.3.
- [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: arkui-sys
  dependency-type: indirect
  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-10 17:28:53 +00:00 committed by GitHub
parent a05939251a
commit ebaa296a3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

17
Cargo.lock generated
View file

@ -231,9 +231,13 @@ dependencies = [
[[package]] [[package]]
name = "arkui-sys" name = "arkui-sys"
version = "0.2.0" version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "283c4ba7ec4317108737fadc5ed469ef1084e54607b74504ea71fb9516b4ca00" checksum = "671a9b19cee9505494a1bfc06ab0a9a12b08cf521367e6c2f4c76e878c591af2"
dependencies = [
"ohos-drawing-sys",
"ohos-sys-opaque-types",
]
[[package]] [[package]]
name = "arrayref" name = "arrayref"
@ -5191,6 +5195,15 @@ dependencies = [
"memchr", "memchr",
] ]
[[package]]
name = "ohos-drawing-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdbcc1b883571e7ab555185cb9ea418ff8ee2915f83344cdd4312260100f6f51"
dependencies = [
"ohos-sys-opaque-types",
]
[[package]] [[package]]
name = "ohos-ime" name = "ohos-ime"
version = "0.2.0" version = "0.2.0"