Skip to content

chore(deps): update rust crate rfd to 0.17#3

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rfd-0.x
Open

chore(deps): update rust crate rfd to 0.17#3
renovate[bot] wants to merge 1 commit intomainfrom
renovate/rfd-0.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Feb 16, 2026

This PR contains the following updates:

Package Type Update Change
rfd dependencies minor 0.150.17

Release Notes

PolyMeilex/rfd (rfd)

v0.17.2

Compare Source

v0.17.1

Compare Source

v0.17.0

Compare Source

  • tokio and async-std features removed

v0.16.0

Compare Source

  • Fix regressions on Wayland due to ashpd upgrade (#​255).
  • The pick_file() method of file dialog targeted WASM now can return None correctly when cancelled (#​258)
  • Update windows-sys to 0.60.
  • Make ashpd Wayland APIs optional. These are now gated behind the wayland feature, which is enabled by default.
Changed items in the public API
-pub fn AsyncFileDialog::set_parent<W: HasWindowHandle + HasDisplayHandle>(self, parent: &W) -> Self
+pub fn AsyncFileDialog::set_parent<W: HasWindowHandle + HasDisplayHandle + ?Sized>(self, parent: &W) -> Self
-pub fn AsyncMessageDialog::set_parent<W: HasWindowHandle + HasDisplayHandle>(self, parent: &W) -> Self
+pub fn MessageDialog::set_parent<W: HasWindowHandle + HasDisplayHandle + ?Sized>(self, parent: &W) -> Self
-pub fn FileDialog::set_parent<W: HasWindowHandle + HasDisplayHandle>(self, parent: &W) -> Self
+pub fn rfd::FileDialog::set_parent<W: HasWindowHandle + HasDisplayHandle + ?Sized>(self, parent: &W) -> Self
-pub fn MessageDialog::set_parent<W: HasWindowHandle + HasDisplayHandle>(self, parent: &W) -> Self
+pub fn MessageDialog::set_parent<W: HasWindowHandle + HasDisplayHandle + ?Sized>(self, parent: &W) -> Self

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 becomes conflicted, 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.

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

Comments