Skip to content

fix(deps): update rust crate rfd to 0.17#3985

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2025

This PR contains the following updates:

Package Type Update Change
rfd dependencies minor 0.150.17

Release Notes

PolyMeilex/rfd (rfd)

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: Enabled.

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
Copy link
Contributor Author

renovate bot commented Dec 28, 2025

⚠️ 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: backend/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path backend/tauri/Cargo.toml --package rfd@0.15.4 --precise 0.17.2
    Updating crates.io index
error: failed to select a version for `rfd`.
    ... required by package `clash-nyanpasu v0.1.0 (/tmp/renovate/repos/github/libnyanpasu/clash-nyanpasu/backend/tauri)`
versions that meet the requirements `^0.17` are: 0.17.2, 0.17.1, 0.17.0

package `clash-nyanpasu` depends on `rfd` with feature `tokio` but `rfd` does not have that feature.


failed to select a version for `rfd` which could resolve this conflict

@renovate renovate bot force-pushed the renovate/rfd-0.x branch 9 times, most recently from f6e8a01 to d6adbad Compare January 3, 2026 01:38
@renovate renovate bot force-pushed the renovate/rfd-0.x branch 2 times, most recently from 39fa12a to 05d0b6e Compare January 5, 2026 05:16
@renovate renovate bot changed the title fix(deps): update rust crate rfd to 0.16 fix(deps): update rust crate rfd to 0.17 Jan 5, 2026
@renovate renovate bot force-pushed the renovate/rfd-0.x branch 6 times, most recently from 6c1cd18 to 7afefc3 Compare January 12, 2026 00:25
@renovate renovate bot force-pushed the renovate/rfd-0.x branch 8 times, most recently from 018ce2a to ff71885 Compare January 19, 2026 22:40
@renovate renovate bot force-pushed the renovate/rfd-0.x branch 3 times, most recently from e16341a to fea554d Compare January 23, 2026 00:47
@renovate renovate bot force-pushed the renovate/rfd-0.x branch 12 times, most recently from 88d9b7c to 006f1db Compare February 16, 2026 08:21
@renovate renovate bot force-pushed the renovate/rfd-0.x branch from 006f1db to 1bfc6fe Compare February 16, 2026 11:14
@renovate renovate bot force-pushed the renovate/rfd-0.x branch 13 times, most recently from f58ff4a to 54bea50 Compare February 18, 2026 16:03
@renovate renovate bot force-pushed the renovate/rfd-0.x branch from 54bea50 to 923e50d Compare February 18, 2026 18:12
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