build(deps): bump ohos-sys from 0.3.0 to 0.3.1 (#33329)

Bumps [ohos-sys](https://github.com/openharmony-rs/ohos-sys) from 0.3.0 to 0.3.1.
- [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: 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:
dependabot[bot] 2024-09-05 17:28:57 +00:00 committed by GitHub
parent 0ee1a5e82c
commit 5350edb6ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -4806,9 +4806,9 @@ dependencies = [
[[package]] [[package]]
name = "ohos-sys" name = "ohos-sys"
version = "0.3.0" version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f2fd4c1b349c53cd06dfa959bb53076453960d793961caafd367e64c3bb5522" checksum = "491c77f0fe6b4336266f9da68b8dffb15d3bbe19c32ac0145b861851af3c8e41"
[[package]] [[package]]
name = "ohos-vsync" name = "ohos-vsync"

View file

@ -85,7 +85,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.3.0", features = ["xcomponent"] } ohos-sys = { version = "0.3.1", features = ["xcomponent"] }
ohos-vsync = "0.1" ohos-vsync = "0.1"
[target.'cfg(any(target_os = "android", target_env = "ohos"))'.dependencies] [target.'cfg(any(target_os = "android", target_env = "ohos"))'.dependencies]