[PR #48] [MERGED] Update rfd requirement from 0.13 to 0.14 #162

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

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/48
Author: @dependabot[bot]
Created: 2/26/2024
Status: Merged
Merged: 2/26/2024
Merged by: @loganmc10

Base: mainHead: dependabot/cargo/rfd-0.14


📝 Commits (1)

  • 82f81f2 Update rfd requirement from 0.13 to 0.14

📊 Changes

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

View changed files

📝 Cargo.toml (+1 -1)

📄 Description

Updates the requirements on rfd to permit the latest version.

Release notes

Sourced from rfd's releases.

0.14.0

  • i18n for GTK and XDG Portal
  • Use XDG Portal by 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.

Thanks to @​dtzxporter, @​evilpie, @​amrbashir, @​bilelmoussaoui, @​orowith2os, @​czf0613 🎉 🚀

Changelog

Sourced from rfd's changelog.

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

  • Zenity message dialogs for xdg portal backend

0.10.1

  • Update gtk-sys to 0.16 and windows-rs to 0.44

0.10.0

  • fix(FileDialog::set_directory): fallback to default if path is empty

0.9.0

  • feat: customize button text, Close #74
  • feat: Add support for selecting multiple folders, fixes #73

0.8.4

  • XDG: decode URI before converting to PathBuf #70

0.8.3

  • Windows-rs update 0.37

0.8.2

... (truncated)

Commits

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/48 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/26/2024 **Status:** ✅ Merged **Merged:** 2/26/2024 **Merged by:** [@loganmc10](https://github.com/loganmc10) **Base:** `main` ← **Head:** `dependabot/cargo/rfd-0.14` --- ### 📝 Commits (1) - [`82f81f2`](https://github.com/gopher64/gopher64/commit/82f81f28edbfb37ab1f06d0df7a190f40a84b819) Update rfd requirement from 0.13 to 0.14 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+1 -1) </details> ### 📄 Description Updates the requirements on [rfd](https://github.com/PolyMeilex/rfd) to permit the latest version. <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.14.0</h2> <ul> <li>i18n for GTK and XDG Portal</li> <li>Use XDG Portal by 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> <p>Thanks to <a href="https://github.com/dtzxporter"><code>@​dtzxporter</code></a>, <a href="https://github.com/evilpie"><code>@​evilpie</code></a>, <a href="https://github.com/amrbashir"><code>@​amrbashir</code></a>, <a href="https://github.com/bilelmoussaoui"><code>@​bilelmoussaoui</code></a>, <a href="https://github.com/orowith2os"><code>@​orowith2os</code></a>, <a href="https://github.com/czf0613"><code>@​czf0613</code></a> :tada: :rocket:</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.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> <ul> <li>Zenity message dialogs for xdg portal backend</li> </ul> <h2>0.10.1</h2> <ul> <li>Update <code>gtk-sys</code> to <code>0.16</code> and <code>windows-rs</code> to <code>0.44</code></li> </ul> <h2>0.10.0</h2> <ul> <li>fix(FileDialog::set_directory): fallback to default if path is empty</li> </ul> <h2>0.9.0</h2> <ul> <li>feat: customize button text, Close <a href="https://redirect.github.com/PolyMeilex/rfd/issues/74">#74</a></li> <li>feat: Add support for selecting multiple folders, fixes <a href="https://redirect.github.com/PolyMeilex/rfd/issues/73">#73</a></li> </ul> <h2>0.8.4</h2> <ul> <li>XDG: decode URI before converting to PathBuf <a href="https://redirect.github.com/PolyMeilex/rfd/issues/70">#70</a></li> </ul> <h2>0.8.3</h2> <ul> <li>Windows-rs update 0.37</li> </ul> <h2>0.8.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PolyMeilex/rfd/commit/8646b508e9c85c29e1865e83d2f7f444595d98ac"><code>8646b50</code></a> Version bump 0.14 (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/178">#178</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/0c8cde5ff21c6a134bd2c41f8c00a11d501cdbec"><code>0c8cde5</code></a> Proper i18n for XDG Portal (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/177">#177</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/0c4d80f88dfbf2f739c53f9f1e60e88a5ba301f1"><code>0c4d80f</code></a> fix file picker text (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/175">#175</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/79221e83405431c8257f1f78f38e7e70cfabd897"><code>79221e8</code></a> Use portals by default (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/130">#130</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/ad3cdef63558924b75594676dfc1cc5c6a7b2890"><code>ad3cdef</code></a> Zenity fallback (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/176">#176</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/a88718eba75a70ee24753b3fa02e08f56b21670b"><code>a88718e</code></a> deps: Update ashpd (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/174">#174</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/fe602537fc206956a173419a8866ac30a79ce82c"><code>fe60253</code></a> feat(macos): add <code>set_can_create_directories</code> (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/172">#172</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/9639ccc2e432423fa80fcb1a2b56eaf971b87d42"><code>9639ccc</code></a> Properly support setting the parent window for the sync macOS backend. (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/171">#171</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/473f51ca47fa8bfee0cbae14a6ccd895b83caa3e"><code>473f51c</code></a> Change Web CSS to respect color scheme (i.e. dark) (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/170">#170</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/2750aad675719834c14a7c201a813c9b0bb9a110"><code>2750aad</code></a> Update rwh to 0.6, update example to winit 0.29. (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/168">#168</a>)</li> <li>See full diff in <a href="https://github.com/PolyMeilex/rfd/compare/0.13.0...0.14.0">compare view</a></li> </ul> </details> <br /> 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:46:13 +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#162
No description provided.