From 5e7cf01cff077ba7f609ff2fc37fbbe39a8cbbf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:35:11 +0000 Subject: [PATCH] build(deps): bump hilog-sys from 0.1.2 to 0.1.3 (#34859) Bumps [hilog-sys](https://github.com/openharmony-rs/ohos-sys) from 0.1.2 to 0.1.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: 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 42828c63e93..3521f06fdd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2996,9 +2996,9 @@ dependencies = [ [[package]] name = "hilog-sys" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45b9886063966a0bf54a7cdb2d1b772025a2d37127669d94f9845ee4eff296fa" +checksum = "d01219b0a04caebfb59d99fd3ccf85cac75b9482c300fb26446cfd7b929d1b53" dependencies = [ "log", ]