From ebaa296a3f6d746928e42888267ca5c013f805f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:28:53 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fda2d4413e..2a02b92980e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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"