mirror of
https://github.com/servo/servo.git
synced 2025-09-27 15:20:09 +01:00
build(deps): bump xcomponent-sys from 0.3.1 to 0.3.3 (#37791)
Bumps [xcomponent-sys](https://github.com/openharmony-rs/ohos-sys) from 0.3.1 to 0.3.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/openharmony-rs/ohos-sys/blob/main/CHANGELOG.md">xcomponent-sys's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>v0.8.2</h2> <ul> <li>Update bindings up to API-18.</li> </ul> <h2>v0.8.1</h2> <ul> <li>Update bindings to API-15</li> </ul> <h2>v0.8.0</h2> <ul> <li>Bump <code>ohos-image-kit-sys</code> to 0.3.0 (Result signature change, see 0.7.0 release notes.)</li> </ul> <h2>v0.7.1</h2> <ul> <li>Fix API level propagation for native window, native image and native buffer.</li> <li>Add Pasteboard (<code>ohos-pasteboard-sys</code>)</li> </ul> <h2>v0.7.0 (2025-06-06)</h2> <h3>Breaking</h3> <ul> <li>Update the signature of functions returning Error codes with zero representing the <code>Ok</code> value to an equivalent <code>Result<(), NonZeroErrcode></code> type. See the changelogs of the individual crates.</li> </ul> <h3>Add</h3> <ul> <li>Abilitykit (<code>ohos-abilitykit-sys</code>)</li> <li>Multimodal Input Kit (<code>ohos-input-sys</code>)</li> <li>Rawfile (<code>ohos-rawfile-sys</code>)</li> <li>Window Manager (<code>ohos-window-manager-sys</code>)</li> </ul> <h3>Update</h3> <ul> <li>Update bindings for OpenHarmony 5.0.2 (API-14)</li> </ul> <h2>v0.6.0 (2025-01-09)</h2> <h3>Breaking</h3> <ul> <li>napi: <code>napi_property_descriptor</code>, <code>napi_node_version</code>, <code>napi_extended_error_info</code> no longer derive Copy/Clone.</li> <li><code>xcomponent</code>: The constant <code>OH_NATIVE_XCOMPONENT_OBJ</code> is now a <code>CStr</code> instead of raw byte string</li> <li>native_window: Duplicate bindings for <code>native_buffer</code> types were removed. Use the bindings from <code>native_buffer</code> instead.</li> <li>native_buffer: <code>OH_NativeBuffer_MetadataType</code> is now a wrapper around <code>c_int</code> instead of <code>c_uint</code>.</li> </ul> <h3>Add</h3> <ul> <li>Made vsync bindings also available as dedicated ohos-vsync-sys crate. No user facing changes.</li> <li>Updated all bindings for API-13.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/openharmony-rs/ohos-sys/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> 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
6767000c6c
commit
ddfd877043
2 changed files with 7 additions and 7 deletions
|
@ -98,7 +98,7 @@ ohos-deviceinfo = "0.1.0"
|
|||
ohos-abilitykit-sys = { version = "0.1.2", features = ["api-14"] }
|
||||
ohos-vsync = "0.1.3"
|
||||
ohos-window-manager-sys = { version = "0.1", features = ["api-14"] }
|
||||
xcomponent-sys = { version = "0.3.1", features = ["api-14", "keyboard-types"] }
|
||||
xcomponent-sys = { version = "0.3.3", features = ["api-14", "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