Skip to content

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

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

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

Conversation

@renovate

@renovate renovate Bot commented Feb 16, 2026

Copy link
Copy Markdown

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: (UTC)

  • 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.

@renovate
renovate Bot force-pushed the renovate/rfd-0.x branch from af4c97c to 4728921 Compare March 1, 2026 12:26
@renovate
renovate Bot force-pushed the renovate/rfd-0.x branch from 4728921 to 8cc4c34 Compare March 14, 2026 20:42
@renovate
renovate Bot force-pushed the renovate/rfd-0.x branch from 8cc4c34 to 3d881b8 Compare April 17, 2026 01:30
@renovate
renovate Bot force-pushed the renovate/rfd-0.x branch from 3d881b8 to bfce59e Compare April 17, 2026 01:34
@renovate
renovate Bot force-pushed the renovate/rfd-0.x branch from bfce59e to b7f3d93 Compare May 23, 2026 07:08
@renovate
renovate Bot force-pushed the renovate/rfd-0.x branch from b7f3d93 to d237e83 Compare July 1, 2026 19:29
@renovate
renovate Bot force-pushed the renovate/rfd-0.x branch from d237e83 to 04c696f Compare July 25, 2026 15:38
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