build(deps): bump ohos-ime-sys from 0.1.2 to 0.1.3 (#34974)

Bumps [ohos-ime-sys](https://github.com/openharmony-rs/ohos-sys) from 0.1.2 to 0.1.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: ohos-ime-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-13 16:59:34 +00:00 committed by GitHub
parent 4fad3d74e4
commit 8621e9d17a
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

@ -5216,9 +5216,9 @@ dependencies = [
[[package]]
name = "ohos-ime-sys"
version = "0.1.2"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7bf507ab809be28f63eb8dd4d8fdb3a6317605347252240570aeb60d21ab22"
checksum = "31d47680bad31f5dec0264240287ac785929d315de00d3c248cfe1562d3ae999"
[[package]]
name = "ohos-sys-opaque-types"

View file

@ -91,7 +91,7 @@ napi-derive-ohos = "1.0.4"
napi-ohos = "1.0.4"
ohos-vsync = "0.1.3"
ohos-ime = { version = "0.2" }
ohos-ime-sys = "0.1.2"
ohos-ime-sys = "0.1.3"
xcomponent-sys = { version = "0.3.0", features = ["api-12", "keyboard-types"] }
[target.'cfg(any(target_os = "android", target_env = "ohos"))'.dependencies]