From 6f65cdc7d4562c93928ad84c86cba95e205bb5ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:26:55 +0000 Subject: [PATCH] build(deps): bump hitrace-sys from 0.1.2 to 0.1.3 (#34856) Bumps [hitrace-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: hitrace-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 199a91e3520..c91aff4d703 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3014,9 +3014,9 @@ dependencies = [ [[package]] name = "hitrace-sys" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "315f4e893d1caac3a97b9e6cbcf211a7012c6615cd688e4430f0cd5712ac3a3f" +checksum = "cb23d4ffe860346dcfc4486c61e3336e2c08c33801795f15762378ce72c1cf22" [[package]] name = "html5ever"