From 5244b0212e766a85caf1eec328acddbe4f9fec66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:18:32 +0000 Subject: [PATCH] build(deps): bump napi-derive-ohos from 1.0.0 to 1.0.1 (#34044) Bumps [napi-derive-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-ohos dependency-type: direct:production 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 ++-- ports/servoshell/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c3a06300289..7bca9936231 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4594,9 +4594,9 @@ dependencies = [ [[package]] name = "napi-derive-ohos" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b230ea3458c3da6031b584cdb4d293b1e940a70cf1861e1f88d1fcab7fd1d43" +checksum = "80cc82f130a44465f1c9b30344387f5b5bec2a579f78baf982b86ef92c22d26f" dependencies = [ "convert_case", "napi-derive-backend-ohos", diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index 6bde939bcc3..cd9c8071f80 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -86,7 +86,7 @@ env_filter = "0.1.2" # https://github.com/rust-lang/libc/commit/9e248e212c5602cb4e98676e4c21ea0382663a12 ipc-channel = { workspace = true, features = ["force-inprocess"] } hilog = "0.1.0" -napi-derive-ohos = "1.0.0" +napi-derive-ohos = "1.0.1" napi-ohos = "0.1" ohos-sys = { version = "0.3.1", features = ["xcomponent"] } ohos-vsync = "0.1"