[PR #326] [CLOSED] Bump rfd from 0.15.2 to 0.15.3 #419

Closed
opened 2026-03-03 13:47:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/326
Author: @dependabot[bot]
Created: 3/13/2025
Status: Closed

Base: mainHead: dependabot/cargo/rfd-0.15.3


📝 Commits (1)

  • d9f1320 Bump rfd from 0.15.2 to 0.15.3

📊 Changes

1 file changed (+74 additions, -33 deletions)

View changed files

📝 Cargo.lock (+74 -33)

📄 Description

Bumps rfd from 0.15.2 to 0.15.3.

Release notes

Sourced from rfd's releases.

0.15.3

What's Changed

New Contributors

Full Changelog: https://github.com/PolyMeilex/rfd/compare/0.15.2...0.15.3

Changelog

Sourced from rfd's changelog.

0.15.3

  • Update objc2 to v0.6.
  • Update ashpd to 0.11.

0.15.1

  • Update ashpd to 0.10.
  • Fix issue where with no filter added no files are selectable on Windows (#211).

0.15.0

  • Move from objc crates to objc2 crates.
  • Fix AsyncFileDialog blocking the executor on Windows (#191)
  • Add TDF_SIZE_TO_CONTENT to TaskDialogIndirect config so that it can display longer text without truncating/wrapping (80 characters instead of 55) (#202)
  • Fix xdg-portal backend not accepting special characters in message dialogs
  • Make set_parent require HasWindowHandle + HasDisplayHandle
  • Add support for set_parent in XDG Portals
  • Update ashpd to 0.9.
  • Add support for files without an extension in XDG Portal filters
  • Derive Clone for FileHandle

0.14.0

  • i18n for GTK and XDG Portal
  • Use XDG Portal as default
  • Use zenity as a fallback for XDG Portal
  • Update raw-window-handle to 0.6.
  • Update winit in example to 0.29.
  • Update ashpd to 0.8.
  • Update wasm CSS to respect the color scheme (including dark mode)
  • Fix macOS sync backend incorrectly setting the parent window
  • Add FileDialog/AsyncFileDialog::set_can_create_directories, supported on macOS only.

0.13.0

  • [Breaking] Users of the xdg-portal feature must now also select the tokio or async-std feature
  • [macOS] Use NSOpenPanel.message instead of title #166

0.12.1

  • Fix FileHandle::inner (under feature file-handle-inner) on wasm

0.12.0

  • Add title support for WASM (#132)
  • Add Create folder button to pick_folder on macOS (#127)
  • Add support for Yes/No/Cancel buttons (#123)
  • Change a string method signatures #117
  • WASM save_file (#134)
  • Update gtk-sys to 0.18 (#143)
  • Update ashpd to 0.6 (#133)
  • Replace windows with windows-sys (#118)
  • Make zenity related deps optional (#141)

0.11.3

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/gopher64/gopher64/pull/326 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/13/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/rfd-0.15.3` --- ### 📝 Commits (1) - [`d9f1320`](https://github.com/gopher64/gopher64/commit/d9f132001497d32271cd0d91ef5a6d03922b7d13) Bump rfd from 0.15.2 to 0.15.3 ### 📊 Changes **1 file changed** (+74 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+74 -33) </details> ### 📄 Description Bumps [rfd](https://github.com/PolyMeilex/rfd) from 0.15.2 to 0.15.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/PolyMeilex/rfd/releases">rfd's releases</a>.</em></p> <blockquote> <h2>0.15.3</h2> <h2>What's Changed</h2> <ul> <li>Improve some error messages for xdg by <a href="https://github.com/kristoff3r"><code>@​kristoff3r</code></a> in <a href="https://redirect.github.com/PolyMeilex/rfd/pull/238">PolyMeilex/rfd#238</a></li> <li>Use<code>objc2</code> v0.6 by <a href="https://github.com/madsmtm"><code>@​madsmtm</code></a> in <a href="https://redirect.github.com/PolyMeilex/rfd/pull/236">PolyMeilex/rfd#236</a></li> <li>deps: Update ashpd to 0.11 by <a href="https://github.com/torokati44"><code>@​torokati44</code></a> in <a href="https://redirect.github.com/PolyMeilex/rfd/pull/240">PolyMeilex/rfd#240</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kristoff3r"><code>@​kristoff3r</code></a> made their first contribution in <a href="https://redirect.github.com/PolyMeilex/rfd/pull/238">PolyMeilex/rfd#238</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/PolyMeilex/rfd/compare/0.15.2...0.15.3">https://github.com/PolyMeilex/rfd/compare/0.15.2...0.15.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/PolyMeilex/rfd/blob/master/CHANGELOG.md">rfd's changelog</a>.</em></p> <blockquote> <h2>0.15.3</h2> <ul> <li>Update <code>objc2</code> to v0.6.</li> <li>Update <code>ashpd</code> to 0.11.</li> </ul> <h2>0.15.1</h2> <ul> <li>Update <code>ashpd</code> to 0.10.</li> <li>Fix issue where with no filter added no files are selectable on Windows (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/211">#211</a>).</li> </ul> <h2>0.15.0</h2> <ul> <li>Move from <code>objc</code> crates to <code>objc2</code> crates.</li> <li>Fix <code>AsyncFileDialog</code> blocking the executor on Windows (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/191">#191</a>)</li> <li>Add <code>TDF_SIZE_TO_CONTENT</code> to <code>TaskDialogIndirect</code> config so that it can display longer text without truncating/wrapping (80 characters instead of 55) (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/202">#202</a>)</li> <li>Fix <code>xdg-portal</code> backend not accepting special characters in message dialogs</li> <li>Make <code>set_parent</code> require <code>HasWindowHandle + HasDisplayHandle</code></li> <li>Add support for <code>set_parent</code> in XDG Portals</li> <li>Update <code>ashpd</code> to 0.9.</li> <li>Add support for files without an extension in XDG Portal filters</li> <li>Derive <code>Clone</code> for <code>FileHandle</code></li> </ul> <h2>0.14.0</h2> <ul> <li>i18n for GTK and XDG Portal</li> <li>Use XDG Portal as default</li> <li>Use zenity as a fallback for XDG Portal</li> <li>Update <code>raw-window-handle</code> to 0.6.</li> <li>Update <code>winit</code> in example to 0.29.</li> <li>Update <code>ashpd</code> to 0.8.</li> <li>Update wasm CSS to respect the color scheme (including dark mode)</li> <li>Fix macOS sync backend incorrectly setting the parent window</li> <li>Add <code>FileDialog/AsyncFileDialog::set_can_create_directories</code>, supported on macOS only.</li> </ul> <h2>0.13.0</h2> <ul> <li><strong>[Breaking]</strong> Users of the <code>xdg-portal</code> feature must now also select the <code>tokio</code> or <code>async-std</code> feature</li> <li>[macOS] Use NSOpenPanel.message instead of title <a href="https://redirect.github.com/PolyMeilex/rfd/issues/166">#166</a></li> </ul> <h2>0.12.1</h2> <ul> <li>Fix <code>FileHandle::inner</code> (under feature <code>file-handle-inner</code>) on wasm</li> </ul> <h2>0.12.0</h2> <ul> <li>Add title support for WASM (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/132">#132</a>)</li> <li>Add Create folder button to <code>pick_folder</code> on macOS (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/127">#127</a>)</li> <li>Add support for Yes/No/Cancel buttons (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/123">#123</a>)</li> <li>Change a string method signatures <a href="https://redirect.github.com/PolyMeilex/rfd/issues/117">#117</a></li> <li>WASM <code>save_file</code> (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/134">#134</a>)</li> <li>Update <code>gtk-sys</code> to <code>0.18</code> (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/143">#143</a>)</li> <li>Update <code>ashpd</code> to <code>0.6</code> (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/133">#133</a>)</li> <li>Replace windows with <code>windows-sys</code> (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/118">#118</a>)</li> <li>Make zenity related deps optional (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/141">#141</a>)</li> </ul> <h2>0.11.3</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PolyMeilex/rfd/commit/3582962baa3d2a61c0b1f9ce5d0dc8adefaf4957"><code>3582962</code></a> Version bump 0.15.3 (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/244">#244</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/24842c426fc492081ce48608c8cf86300999e1bc"><code>24842c4</code></a> deps: Update ashpd to 0.11 (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/240">#240</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/29f9f3ef20000974a300e70d4e83820fb1634969"><code>29f9f3e</code></a> Use<code>objc2</code> v0.6 (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/236">#236</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/6249e82b4e821ec6bc60099580b176d7191087e9"><code>6249e82</code></a> Improve error messages for xdg (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/238">#238</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/4f983c749465e1627c84c89ff7d933889fabaab5"><code>4f983c7</code></a> [CI] Update cargo-deny config to new format (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/233">#233</a>)</li> <li>See full diff in <a href="https://github.com/PolyMeilex/rfd/compare/0.15.2...0.15.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rfd&package-manager=cargo&previous-version=0.15.2&new-version=0.15.3)](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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 13:47:24 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gopher64#419
No description provided.