Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rfd requirement from 0.13.0 to 0.14.1 #213

Merged
merged 2 commits into from
Mar 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2024

Updates the requirements on rfd to permit the latest version.

Release notes

Sourced from rfd's releases.

0.14.1

  • Avoid unnecessary heap allocation and copy (#181)
  • Implement FileDialog.starting_directory for xdg desktop portal backend (#179)
Changelog

Sourced from rfd's changelog.

Change Log

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

... (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)

Updates the requirements on [rfd](https://github.com/PolyMeilex/rfd) to permit the latest version.
- [Release notes](https://github.com/PolyMeilex/rfd/releases)
- [Changelog](https://github.com/PolyMeilex/rfd/blob/master/CHANGELOG.md)
- [Commits](PolyMeilex/rfd@0.13.0...0.14.1)

---
updated-dependencies:
- dependency-name: rfd
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the Kind: dependencies Pull requests that update a dependency file label Mar 20, 2024
Copy link

codecov bot commented Mar 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.73%. Comparing base (9201911) to head (805b17e).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #213      +/-   ##
==========================================
- Coverage   79.94%   79.73%   -0.22%     
==========================================
  Files          72       72              
  Lines        8887     8765     -122     
==========================================
- Hits         7105     6989     -116     
+ Misses       1782     1776       -6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ChristopherRabotin ChristopherRabotin merged commit 3eb5cc5 into master Mar 24, 2024
21 of 22 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/rfd-0.14.1 branch March 24, 2024 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Kind: dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant