chore(deps): update rust crate rfd to 0.16 (#3128)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-11-28 13:47:22 +08:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent 66a75ece27
commit 02068550e8
2 changed files with 46 additions and 46 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ tauri-plugin-fs = { path = "../fs", version = "2.4.4" }
tauri = { workspace = true, features = ["wry"] }
[target."cfg(any(target_os = \"macos\", windows, target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
rfd = { version = "0.15", default-features = false, features = [
rfd = { version = "0.16", default-features = false, features = [
"tokio",
"common-controls-v6",
] }