mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
build(deps): bump ohos-sys from 0.2.1 to 0.2.2 (#33128)
Bumps [ohos-sys](https://github.com/openharmony-rs/ohos-sys) from 0.2.1 to 0.2.2. - [Changelog](https://github.com/openharmony-rs/ohos-sys/blob/main/CHANGELOG.md) - [Commits](https://github.com/openharmony-rs/ohos-sys/compare/v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: ohos-sys dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
54cb8d9a36
commit
c5751af926
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4767,9 +4767,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ohos-sys"
|
name = "ohos-sys"
|
||||||
version = "0.2.1"
|
version = "0.2.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "576650788dcfcb1321ce967707fea478dece87c2c02bbd1e99ddddc4e53a4b8d"
|
checksum = "8d380ab6c951261a0e44306245bc960b3b3367f099a7da7156bd1a3cacaf783c"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "once_cell"
|
name = "once_cell"
|
||||||
|
|
|
@ -79,7 +79,7 @@ ipc-channel = { workspace = true, features = ["force-inprocess"] }
|
||||||
hilog = "0.1.0"
|
hilog = "0.1.0"
|
||||||
napi-derive-ohos = "0.0.9"
|
napi-derive-ohos = "0.0.9"
|
||||||
napi-ohos = "0.1"
|
napi-ohos = "0.1"
|
||||||
ohos-sys = { version = "0.2.1", features = ["xcomponent"] }
|
ohos-sys = { version = "0.2.2", features = ["xcomponent"] }
|
||||||
|
|
||||||
[target.'cfg(any(target_os = "android", target_env = "ohos"))'.dependencies]
|
[target.'cfg(any(target_os = "android", target_env = "ohos"))'.dependencies]
|
||||||
nix = { workspace = true, features = ["fs"] }
|
nix = { workspace = true, features = ["fs"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue