From 8621e9d17a0127e689a561467b80863df02f3aae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:59:34 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ports/servoshell/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab8fb36249a..f0eb35e245a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index d0dabc2e087..6966168e85e 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -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]