From e1eca71cd175dc8662ecf33f7a782eb3d0fe2364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 17:18:29 +0000 Subject: [PATCH] build(deps): bump hilog-sys from 0.1.1 to 0.1.2 (#33641) Bumps [hilog-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: hilog-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 b7476d1ae47..1fdb7c8601b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2994,9 +2994,9 @@ dependencies = [ [[package]] name = "hilog-sys" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0de0e35e8534a70b5af5ccc943ffa3e2dcfe481b2b983c9fd514d7421a46b69e" +checksum = "45b9886063966a0bf54a7cdb2d1b772025a2d37127669d94f9845ee4eff296fa" dependencies = [ "log", ]