chore: update rfd and ashpd

This commit is contained in:
Ian Douglas Scott 2025-05-22 16:48:57 -07:00 committed by GitHub
parent 25322e0263
commit b61a7ebd5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }