From 961d7ca7d02931f72c2707892b6057ddfd137b0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 00:41:24 +0000 Subject: [PATCH] build(deps): bump ohos-ime from 0.3.0 to 0.4.0 Bumps [ohos-ime](https://github.com/openharmony-rs/ohos-ime) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/openharmony-rs/ohos-ime/releases) - [Changelog](https://github.com/openharmony-rs/ohos-ime/blob/main/CHANGELOG.md) - [Commits](https://github.com/openharmony-rs/ohos-ime/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: ohos-ime dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++---- ports/servoshell/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30a70f80ae0..65c70c488ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5390,12 +5390,12 @@ dependencies = [ [[package]] name = "ohos-ime" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee3ea454e31a3372cd9c4ed903db4fae861e92f57cf51852a3cd80f9d3945dcd" +checksum = "c28c803dbc0fa52e888c62c0a3573ea7559e5283ac10d1d3a75f064dba032575" dependencies = [ "log", - "ohos-ime-sys", + "ohos-ime-sys 0.2.0", ] [[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.1.4", "ohos-vsync", "raw-window-handle", "rustls", diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index edeaef5408f..09627745300 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -90,7 +90,7 @@ hilog = "0.2.0" 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 = "0.4.0" ohos-ime-sys = "0.1.4" ohos-vsync = "0.1.3" xcomponent-sys = { version = "0.3.1", features = ["api-12", "keyboard-types"] }