From 5350edb6eae63b5da5e16cc34b69a7402c4f0049 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:28:57 +0000 Subject: [PATCH] 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] 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 6747f74665b..57f543ae62e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4806,9 +4806,9 @@ dependencies = [ [[package]] name = "ohos-sys" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f2fd4c1b349c53cd06dfa959bb53076453960d793961caafd367e64c3bb5522" +checksum = "491c77f0fe6b4336266f9da68b8dffb15d3bbe19c32ac0145b861851af3c8e41" [[package]] name = "ohos-vsync" diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index e18769916e1..cc5047f344c 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -85,7 +85,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.3.0", features = ["xcomponent"] } +ohos-sys = { version = "0.3.1", features = ["xcomponent"] } ohos-vsync = "0.1" [target.'cfg(any(target_os = "android", target_env = "ohos"))'.dependencies]