build(deps): bump ohos-ime-sys from 0.1.3 to 0.1.4 (#35213)

Bumps [ohos-ime-sys](https://github.com/openharmony-rs/ohos-sys) from 0.1.3 to 0.1.4.
- [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-29 17:42:50 +00:00 committed by GitHub
parent 0137760c8a
commit 023636beeb
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

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

View file

@ -94,7 +94,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.3"
ohos-ime-sys = "0.1.4"
xcomponent-sys = { version = "0.3.0", features = ["api-12", "keyboard-types"] }
[target.'cfg(any(target_os = "android", target_env = "ohos"))'.dependencies]