build(deps): bump ohos-ime-sys from 0.1.4 to 0.2.0

Bumps [ohos-ime-sys](https://github.com/openharmony-rs/ohos-sys) from 0.1.4 to 0.2.0.
- [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-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-06 00:41:21 +00:00 committed by GitHub
parent a328aa474b
commit ef76bbfe5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

10
Cargo.lock generated
View file

@ -5395,7 +5395,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee3ea454e31a3372cd9c4ed903db4fae861e92f57cf51852a3cd80f9d3945dcd"
dependencies = [
"log",
"ohos-ime-sys",
"ohos-ime-sys 0.1.4",
]
[[package]]
@ -5404,6 +5404,12 @@ version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58f68e03eb5b698781a69dc4918a17fe040a30be87de7014c12e4a2a3cb8a00f"
[[package]]
name = "ohos-ime-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89d326ae2b2e71f95ca756b7d418c0adcb0018889e73f7eabed59671cb179608"
[[package]]
name = "ohos-sys-opaque-types"
version = "0.1.5"
@ -7040,7 +7046,7 @@ dependencies = [
"objc2-app-kit 0.3.1",
"objc2-foundation 0.3.1",
"ohos-ime",
"ohos-ime-sys",
"ohos-ime-sys 0.2.0",
"ohos-vsync",
"raw-window-handle",
"rustls",

View file

@ -91,7 +91,7 @@ ipc-channel = { workspace = true, features = ["force-inprocess"] }
napi-derive-ohos = "1.0.4"
napi-ohos = "1.0.4"
ohos-ime = "0.3.0"
ohos-ime-sys = "0.1.4"
ohos-ime-sys = "0.2.0"
ohos-vsync = "0.1.3"
xcomponent-sys = { version = "0.3.1", features = ["api-12", "keyboard-types"] }