From 13cbcf614ace35ef5178ba62ec87fcad8e8e4622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:02:03 +0000 Subject: [PATCH] build(deps): bump ohos-sys from 0.2.2 to 0.3.0 (#33253) Bumps [ohos-sys](https://github.com/openharmony-rs/ohos-sys) from 0.2.2 to 0.3.0. - [Changelog](https://github.com/openharmony-rs/ohos-sys/blob/main/CHANGELOG.md) - [Commits](https://github.com/openharmony-rs/ohos-sys/compare/v0.2.2...v0.3.0) --- updated-dependencies: - dependency-name: ohos-sys dependency-type: direct:production update-type: version-update:semver-minor ... 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 1d9ae474b53..fac0ef27045 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4776,9 +4776,9 @@ dependencies = [ [[package]] name = "ohos-sys" -version = "0.2.2" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d380ab6c951261a0e44306245bc960b3b3367f099a7da7156bd1a3cacaf783c" +checksum = "0f2fd4c1b349c53cd06dfa959bb53076453960d793961caafd367e64c3bb5522" [[package]] name = "once_cell" diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index a182a632ac6..1d7826cf333 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -80,7 +80,7 @@ ipc-channel = { workspace = true, features = ["force-inprocess"] } hilog = "0.1.0" napi-derive-ohos = "0.0.9" napi-ohos = "0.1" -ohos-sys = { version = "0.2.2", features = ["xcomponent"] } +ohos-sys = { version = "0.3.0", features = ["xcomponent"] } [target.'cfg(any(target_os = "android", target_env = "ohos"))'.dependencies] nix = { workspace = true, features = ["fs"] }