From b61a7ebd5fedf2621c39f2547dd007722477cfe2 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Thu, 22 May 2025 16:48:57 -0700 Subject: [PATCH] chore: update rfd and ashpd --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4b19d103..e9934e45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -98,7 +98,7 @@ async-std = [ [dependencies] apply = "0.3.0" -ashpd = { version = "0.9.2", default-features = false, optional = true } +ashpd = { version = "0.11.0", default-features = false, optional = true } async-fs = { version = "2.1", optional = true } async-std = { version = "1.13", optional = true } auto_enums = "0.8.7" @@ -118,7 +118,7 @@ libc = { version = "0.2.171", optional = true } license = { version = "3.6.0", optional = true } mime = { version = "0.3.17", optional = true } palette = "0.7.6" -rfd = { version = "0.14.1", default-features = false, features = [ +rfd = { version = "0.15.3", default-features = false, features = [ "xdg-portal", ], optional = true } rustix = { version = "1.0", features = ["pipe", "process"], optional = true }