mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
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] <support@github.com>
This commit is contained in:
parent
a328aa474b
commit
961d7ca7d0
2 changed files with 11 additions and 5 deletions
14
Cargo.lock
generated
14
Cargo.lock
generated
|
@ -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",
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue