diff --git a/Cargo.lock b/Cargo.lock index d797f4cf..a73b467e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,9 +175,9 @@ dependencies = [ [[package]] name = "ashpd" -version = "0.8.1" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd884d7c72877a94102c3715f3b1cd09ff4fac28221add3e57cfbe25c236d093" +checksum = "bfe7e0dd0ac5a401dc116ed9f9119cf9decc625600474cb41f0fc0a0050abc9a" dependencies = [ "async-fs", "async-net", @@ -185,9 +185,13 @@ dependencies = [ "futures-channel", "futures-util", "rand", + "raw-window-handle", "serde", "serde_repr", "url", + "wayland-backend", + "wayland-client", + "wayland-protocols 0.32.3", "zbus", ] @@ -3503,18 +3507,17 @@ dependencies = [ [[package]] name = "rfd" -version = "0.14.1" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25a73a7337fc24366edfca76ec521f51877b114e42dab584008209cca6719251" +checksum = "8af382a047821a08aa6bfc09ab0d80ff48d45d8726f7cd8e44891f7cb4a4278e" dependencies = [ "ashpd", - "block", - "dispatch", + "block2 0.5.1", "js-sys", "log", - "objc", - "objc-foundation", - "objc_id", + "objc2 0.5.2", + "objc2-app-kit", + "objc2-foundation", "pollster", "raw-window-handle", "urlencoding", diff --git a/Cargo.toml b/Cargo.toml index 48364f2e..44ac2a9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ dns-lookup = "2.0.4" toml = "0.8.19" once_cell = "1.20.0" ctrlc = { version = "3.4.5", features = ["termination"] } -rfd = "0.14.1" +rfd = "0.15.0" phf = "0.11.2" phf_shared = "0.11.2" splines = "4.3.1"