mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
build(deps): bump arkui-sys from 0.2.0 to 0.2.3 (#34939)
Bumps [arkui-sys](https://github.com/openharmony-rs/ohos-sys) from 0.2.0 to 0.2.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: arkui-sys dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a05939251a
commit
ebaa296a3f
1 changed files with 15 additions and 2 deletions
17
Cargo.lock
generated
17
Cargo.lock
generated
|
@ -231,9 +231,13 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "arkui-sys"
|
||||
version = "0.2.0"
|
||||
version = "0.2.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "283c4ba7ec4317108737fadc5ed469ef1084e54607b74504ea71fb9516b4ca00"
|
||||
checksum = "671a9b19cee9505494a1bfc06ab0a9a12b08cf521367e6c2f4c76e878c591af2"
|
||||
dependencies = [
|
||||
"ohos-drawing-sys",
|
||||
"ohos-sys-opaque-types",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arrayref"
|
||||
|
@ -5191,6 +5195,15 @@ dependencies = [
|
|||
"memchr",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ohos-drawing-sys"
|
||||
version = "0.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cdbcc1b883571e7ab555185cb9ea418ff8ee2915f83344cdd4312260100f6f51"
|
||||
dependencies = [
|
||||
"ohos-sys-opaque-types",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ohos-ime"
|
||||
version = "0.2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue