From 0137760c8a20022e3eb70f0eb0a3092f5d2c7332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 17:40:13 +0000 Subject: [PATCH] build(deps): bump ohos-drawing-sys from 0.2.1 to 0.2.2 (#35212) Bumps [ohos-drawing-sys](https://github.com/openharmony-rs/ohos-sys) from 0.2.1 to 0.2.2. - [Changelog](https://github.com/openharmony-rs/ohos-sys/blob/main/CHANGELOG.md) - [Commits](https://github.com/openharmony-rs/ohos-sys/compare/v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: ohos-drawing-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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 806ba90969a..a0947110f72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5204,9 +5204,9 @@ dependencies = [ [[package]] name = "ohos-drawing-sys" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdbcc1b883571e7ab555185cb9ea418ff8ee2915f83344cdd4312260100f6f51" +checksum = "7a5d8dc258997a3f232936e6818238d81ffb642d5581dcb20991a9964b492e01" dependencies = [ "ohos-sys-opaque-types", ]