[PR #34] [CLOSED] Update rfd requirement from 0.12 to 0.13 #151

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

📋 Pull Request Information

Original PR: https://github.com/gopher64/gopher64/pull/34
Author: @dependabot[bot]
Created: 1/15/2024
Status: Closed

Base: mainHead: dependabot/cargo/rfd-0.13


📝 Commits (1)

  • 3584604 Update rfd requirement from 0.12 to 0.13

📊 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.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
Changelog

Sourced from rfd's changelog.

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

  • Windows-rs update 0.35

0.8.1

  • Macos parent for sync FileDialog (#58)
  • Windows-rs update 0.33

0.8.0

  • parent feature was removed, it is always on now
  • New feature xdg-portal
  • Now you have to choose one of the features gtk3 or xdg-portal, gtk is on by default
  • window crate got updated to 0.32

... (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/34 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/15/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/cargo/rfd-0.13` --- ### 📝 Commits (1) - [`3584604`](https://github.com/gopher64/gopher64/commit/358460446b213e26d1b03fbf110c06075a234e56) Update rfd requirement from 0.12 to 0.13 ### 📊 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.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> </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.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> <ul> <li>Windows-rs update 0.35</li> </ul> <h2>0.8.1</h2> <ul> <li>Macos parent for sync FileDialog (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/58">#58</a>)</li> <li>Windows-rs update 0.33</li> </ul> <h2>0.8.0</h2> <ul> <li><code>parent</code> feature was removed, it is always on now</li> <li>New feature <code>xdg-portal</code></li> <li>Now you have to choose one of the features <code>gtk3</code> or <code>xdg-portal</code>, gtk is on by default</li> <li><code>window</code> crate got updated to 0.32</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/PolyMeilex/rfd/commit/df89a42b23df921a64ebe951b71f60b80325a2d2"><code>df89a42</code></a> Version bump 0.13.0 (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/167">#167</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/0e64ca7ff0021df91da00608be95547783fd4bcf"><code>0e64ca7</code></a> [macOS] Use message instead of title (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/166">#166</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/79f12540cb02e2ab4f2918c564cb4ddbcee56849"><code>79f1254</code></a> Allow choosing tokio or async-std for ashpd (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/161">#161</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/94e39411b74b541b01ec8d16554a57375c005851"><code>94e3941</code></a> Thread based zenity backend (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/165">#165</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/81aa5d602af723d689e451a61c19ae6ac65561e1"><code>81aa5d6</code></a> 0.12.1 Version bump (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/154">#154</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/11df21a0331b44a8c8bcba9bdb0988dd26a64433"><code>11df21a</code></a> Fix <code>file-handle-inner</code> on wasm (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/153">#153</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/4ea34bca1aeb4c4f47c8e53a7dffdfacd62ebca6"><code>4ea34bc</code></a> Run all GTK dialogs on one thread (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/152">#152</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/1c6823da903138f3f40e1a50f8fbc156d4d647bc"><code>1c6823d</code></a> [CI] Run CI only on master and PR (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/147">#147</a>)</li> <li><a href="https://github.com/PolyMeilex/rfd/commit/cdffcf97c8643401df88af8775f7e08cb05f160b"><code>cdffcf9</code></a> [CI] Enforce changelog in CI (<a href="https://redirect.github.com/PolyMeilex/rfd/issues/146">#146</a>)</li> <li>See full diff in <a href="https://github.com/PolyMeilex/rfd/compare/0.12.0...0.13.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:10 +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#151
No description provided.