From 7374f20537923e251fdfdfe25ba28e98599bc4ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:07:09 +0000 Subject: [PATCH] build(deps): bump napi-derive-backend-ohos from 1.0.0 to 1.0.1 (#34043) Bumps [napi-derive-backend-ohos](https://github.com/ohos-rs/ohos-rs) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/ohos-rs/ohos-rs/releases) - [Commits](https://github.com/ohos-rs/ohos-rs/compare/ohrs@1.0.0...ohrs@1.0.1) --- updated-dependencies: - dependency-name: napi-derive-backend-ohos 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 b71ac8375a6..c3a06300289 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4580,9 +4580,9 @@ dependencies = [ [[package]] name = "napi-derive-backend-ohos" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a8862382a40919d8bfdba9e1063546f5af16a06b31d866ebdb4029d9f743dcb" +checksum = "913b83a4b0a51a41a03af86960598d87d26acf7ddef8a14baaad5d66f1eacce6" dependencies = [ "convert_case", "once_cell",