diff --git a/Cargo.lock b/Cargo.lock index 870d3db0f0..5667f8dabc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3116,7 +3116,7 @@ dependencies = [ "blitz-traits", "futures-util", "keyboard-types", - "rfd", + "rfd 0.15.4", "tracing", "winit", ] @@ -5765,7 +5765,7 @@ dependencies = [ "percent-encoding", "rand 0.9.2", "reqwest 0.12.28", - "rfd", + "rfd 0.17.2", "rustc-hash 2.1.1", "separator", "serde", @@ -14463,6 +14463,30 @@ dependencies = [ "windows-sys 0.59.0", ] +[[package]] +name = "rfd" +version = "0.17.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20dafead71c16a34e1ff357ddefc8afc11e7d51d6d2b9fbd07eaa48e3e540220" +dependencies = [ + "block2 0.6.2", + "dispatch2", + "js-sys", + "libc", + "log", + "objc2 0.6.3", + "objc2-app-kit 0.3.2", + "objc2-core-foundation", + "objc2-foundation 0.3.2", + "percent-encoding", + "pollster 0.4.0", + "raw-window-handle 0.6.2", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", + "windows-sys 0.61.2", +] + [[package]] name = "rgb" version = "0.8.52" diff --git a/packages/desktop/Cargo.toml b/packages/desktop/Cargo.toml index 715c379f27..c3996bb6fc 100644 --- a/packages/desktop/Cargo.toml +++ b/packages/desktop/Cargo.toml @@ -61,7 +61,7 @@ wry = { workspace = true, features = ["os-webview", "protocol", "drag-drop", "li [target.'cfg(any(target_os = "windows",target_os = "macos",target_os = "linux",target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))'.dependencies] global-hotkey = "0.7.0" -rfd = { version = "0.15.3", default-features = false, features = ["xdg-portal", "tokio"] } +rfd = { version = "0.17.2", default-features = false, features = ["xdg-portal"] } muda = { workspace = true } [target.'cfg(any(target_os = "windows",target_os = "macos",target_os = "linux"))'.dependencies]