diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-10-16 17:32:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-16 17:32:49 +0000 |
commit | 133c763e650a60928c288b379cec2e30c142c489 (patch) | |
tree | e18ca618eb1a06e65efe44ad89c07b6fe5258c86 | |
parent | ccac50fc91e61c36698c97beacde8138dfd3de7c (diff) | |
download | servo-133c763e650a60928c288b379cec2e30c142c489.tar.gz servo-133c763e650a60928c288b379cec2e30c142c489.zip |
build(deps): bump napi-derive-ohos from 0.0.9 to 1.0.0 (#33869)
Bumps [napi-derive-ohos](https://github.com/ohos-rs/ohos-rs) from 0.0.9 to 1.0.0.
- [Release notes](https://github.com/ohos-rs/ohos-rs/releases)
- [Commits](https://github.com/ohos-rs/ohos-rs/compare/napi-ohos@0.0.9...ohrs@1.0.0)
---
updated-dependencies:
- dependency-name: napi-derive-ohos
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 11 | ||||
-rw-r--r-- | ports/servoshell/Cargo.toml | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock index 1f3ea756bfe..c8c893a9c18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4064,7 +4064,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -4563,9 +4563,9 @@ dependencies = [ [[package]] name = "napi-derive-backend-ohos" -version = "0.0.7" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6b18d697bedddd2d4c9f8f76b49fe65bd81ed1c55a7eec21ba40c176c236ddc" +checksum = "0a8862382a40919d8bfdba9e1063546f5af16a06b31d866ebdb4029d9f743dcb" dependencies = [ "convert_case", "once_cell", @@ -4577,11 +4577,10 @@ dependencies = [ [[package]] name = "napi-derive-ohos" -version = "0.0.9" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8462d74a2d6c7a671bd610f99f9ba34c739aadd2da4d8dd9f109a7e666cc2ad2" +checksum = "3b230ea3458c3da6031b584cdb4d293b1e940a70cf1861e1f88d1fcab7fd1d43" dependencies = [ - "cfg-if", "convert_case", "napi-derive-backend-ohos", "proc-macro2", diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index 70186e786e1..cc18a5b51e8 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 = "0.0.9" +napi-derive-ohos = "1.0.0" napi-ohos = "0.1" ohos-sys = { version = "0.3.1", features = ["xcomponent"] } ohos-vsync = "0.1" |