From ef76bbfe5d92a33eddaafec21d654781c26a27be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 00:41:21 +0000 Subject: [PATCH] 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] --- Cargo.lock | 10 ++++++++-- ports/servoshell/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30a70f80ae0..2e18797b0fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index edeaef5408f..887f3fc6558 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -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"] }