Skip to content

Commit e9e45fb

Browse files
dependabot[bot]torokati44
authored andcommitted
build(deps): bump rfd from 0.15.4 to 0.16.0
Bumps [rfd](https://github.com/PolyMeilex/rfd) from 0.15.4 to 0.16.0. - [Release notes](https://github.com/PolyMeilex/rfd/releases) - [Changelog](https://github.com/PolyMeilex/rfd/blob/master/CHANGELOG.md) - [Commits](PolyMeilex/rfd@0.15.4...0.16.0) --- updated-dependencies: - dependency-name: rfd dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent beadf39 commit e9e45fb

File tree

2 files changed

+79
-5
lines changed

2 files changed

+79
-5
lines changed

Cargo.lock

Lines changed: 78 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ wasm-bindgen = "=0.2.101"
8282
walkdir = "2.5.0"
8383
tokio = "1.48.0"
8484
# Switching from the `async-std` to the `tokio` runtime, which we depend on anyway.
85-
rfd = { version = "0.15.4", default-features = false, features = ["tokio", "xdg-portal"] }
85+
rfd = { version = "0.16.0", default-features = false, features = ["tokio", "wayland", "xdg-portal"] }
8686
memmap2 = "0.9.9"
8787
libtest-mimic = "0.8.1"
8888
regex = "1.12.2"

0 commit comments

Comments
 (0)