Skip to content

Commit

Permalink
build(deps): bump rfd from 0.11.2 to 0.11.3
Browse files Browse the repository at this point in the history
Bumps [rfd](https://github.com/PolyMeilex/rfd) from 0.11.2 to 0.11.3.
- [Release notes](https://github.com/PolyMeilex/rfd/releases)
- [Changelog](https://github.com/PolyMeilex/rfd/blob/master/CHANGELOG.md)
- [Commits](PolyMeilex/rfd@0.11.2...0.11.3)

---
updated-dependencies:
- dependency-name: rfd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 13, 2023
1 parent 729f2d0 commit f1e1736
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ crossterm = { version = "0.26.1", optional = true }

reqwest = { version = "0.11.14", default-features = false, features = ["rustls-tls"] }

rfd = { version = "0.11.2", optional = true }
rfd = { version = "0.11.3", optional = true }
eframe = { version = "0.21.3", features = ["persistence"], optional = true }
egui-notify = { version = "0.6.0", optional = true }
notify-rust = { version = "4.8.0", optional = true }
Expand Down

0 comments on commit f1e1736

Please sign in to comment.