From d1b46f96525a0d97b45dc0e9e506ca2324e0964a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:53:16 +0000 Subject: [PATCH] build(deps): bump ohos-vsync-sys from 0.1.1 to 0.1.2 (#35089) Bumps [ohos-vsync-sys](https://github.com/openharmony-rs/ohos-sys) from 0.1.1 to 0.1.2. - [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-vsync-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 4ffb7cdcbed..363783137ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5240,9 +5240,9 @@ dependencies = [ [[package]] name = "ohos-vsync-sys" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f5089cbe1b47cd7aac3fbbead5bb04ce6ccc6cda9586f38a93cebc0fea47637" +checksum = "93e60dacb893ed4eb57e8fd9eff81b8ad0153842661b3093927bdfd861506652" [[package]] name = "once_cell"