Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update rust crate raw-window-handle to 0.6 #354

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 9, 2023

This PR contains the following updates:

Package Type Update Change
raw-window-handle dependencies minor 0.5 -> 0.6

Release Notes

rust-windowing/raw-window-handle (raw-window-handle)

v0.6.2

Compare Source

  • Add OpenHarmony OS support (#​164)
  • Minor Documentation updates

v0.6.1

Compare Source

  • Add safe constructors for window handles. This may be useful for implementing
    windowing systems with zero unsafe code. (#​159)
  • Improve documentation for Apple window handles. (#​160)
  • Add a clarification as to what circumstances Windows handles are considered
    "valid" under. (#​163)

v0.6.0

Compare Source

  • Breaking: Raw pointer handles now use NonNull where appropriate, to avoid null pointer dereferences.
  • Breaking: Renamed empty methods to new, and take parameters in most of those, to better match normal Rust semantics.
  • Breaking: HasRaw(Display/Window)Handle::raw_(display/window)_handle returns a result indicating if fetching the window handle failed (#​122).
  • Breaking: Remove the Active/ActiveHandle types from the public API (#​126).
  • Breaking: Remove AppKitWindowHandle::ns_window and UiKitWindowHandle::ui_window since they can be retrieved from the view (#​129).
  • Breaking: Remove Copy derive from RawWindowHandle and WindowHandle (#​140).
  • Implement PartialEq, Eq and Hash for WindowHandle too. (#​128)
  • Implement the relevant traits for &mut T where T: <trait>. (#​130)
  • Add web handles for wasm-bindgen v0.2. They are locked behind the wasm-bindgen-0-2 feature. (#​134)
  • Deprecate the raw window/display handle traits. They will be removed at the next stable release. (#​139)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/raw-window-handle-0.x branch 14 times, most recently from e2af52e to 52fdd31 Compare October 15, 2023 21:59
@renovate renovate bot force-pushed the renovate/raw-window-handle-0.x branch 7 times, most recently from 46d27fd to a99ed47 Compare October 26, 2023 15:25
@renovate renovate bot force-pushed the renovate/raw-window-handle-0.x branch 9 times, most recently from c595705 to 0d9b0ff Compare October 30, 2023 08:09
@renovate renovate bot force-pushed the renovate/raw-window-handle-0.x branch 9 times, most recently from 30101fd to 7e8728a Compare August 13, 2024 13:39
@renovate renovate bot force-pushed the renovate/raw-window-handle-0.x branch from 7e8728a to 51b5781 Compare August 15, 2024 23:28
@renovate renovate bot force-pushed the renovate/raw-window-handle-0.x branch 5 times, most recently from 9e966fd to 4e303f7 Compare September 5, 2024 13:23
@renovate renovate bot force-pushed the renovate/raw-window-handle-0.x branch 2 times, most recently from 50a73b8 to 4598f6e Compare September 9, 2024 17:35
Copy link
Contributor Author

renovate bot commented Sep 22, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/runtime/wgpu/Cargo.toml --package raw-window-handle@0.5.2 --precise 0.6.2
    Updating crates.io index
error: failed to select a version for the requirement `raw-window-handle = "^0.5.2"`
candidate versions found which didn't match: 0.6.2
location searched: crates.io index
required by package `winit v0.29.10`
    ... which satisfies dependency `winit = "^0.29"` (locked to 0.29.10) of package `mizer-wgpu v0.1.0 (/tmp/renovate/repos/github/maxjoehnk/Mizer/crates/runtime/wgpu)`
    ... which satisfies path dependency `mizer-wgpu` (locked to 0.1.0) of package `mizer-node v0.1.0 (/tmp/renovate/repos/github/maxjoehnk/Mizer/crates/runtime/pipeline/node)`
    ... which satisfies path dependency `mizer-node` (locked to 0.1.0) of package `mizer-api v0.1.0 (/tmp/renovate/repos/github/maxjoehnk/Mizer/crates/api)`

@renovate renovate bot force-pushed the renovate/raw-window-handle-0.x branch 10 times, most recently from 46d8caa to e12ad1f Compare September 28, 2024 08:52
@renovate renovate bot force-pushed the renovate/raw-window-handle-0.x branch from e12ad1f to a654d5b Compare September 28, 2024 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants