mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
build(deps): bump xcomponent-sys from 0.3.0 to 0.3.1 (#35217)
Bumps [xcomponent-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: xcomponent-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
212fabf988
commit
6de0331d7c
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -9101,9 +9101,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "xcomponent-sys"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0058fc9b16e67ccaf41cb26092da88f066d550adf1fe8ae90b1bdc66305d9061"
|
||||
checksum = "01dbe0dd6a365f6de1fb816e8961ad7bf80a152a29d30783cb228e3fa507fe08"
|
||||
dependencies = [
|
||||
"arkui-sys",
|
||||
"keyboard-types",
|
||||
|
|
|
@ -95,7 +95,7 @@ napi-ohos = "1.0.4"
|
|||
ohos-vsync = "0.1.3"
|
||||
ohos-ime = { version = "0.2" }
|
||||
ohos-ime-sys = "0.1.4"
|
||||
xcomponent-sys = { version = "0.3.0", features = ["api-12", "keyboard-types"] }
|
||||
xcomponent-sys = { version = "0.3.1", features = ["api-12", "keyboard-types"] }
|
||||
|
||||
[target.'cfg(any(target_os = "android", target_env = "ohos"))'.dependencies]
|
||||
nix = { workspace = true, features = ["fs"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue