chore: update rfd and ashpd
This commit is contained in:
parent
25322e0263
commit
b61a7ebd5f
1 changed files with 2 additions and 2 deletions
|
|
@ -98,7 +98,7 @@ async-std = [
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
apply = "0.3.0"
|
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-fs = { version = "2.1", optional = true }
|
||||||
async-std = { version = "1.13", optional = true }
|
async-std = { version = "1.13", optional = true }
|
||||||
auto_enums = "0.8.7"
|
auto_enums = "0.8.7"
|
||||||
|
|
@ -118,7 +118,7 @@ libc = { version = "0.2.171", optional = true }
|
||||||
license = { version = "3.6.0", optional = true }
|
license = { version = "3.6.0", optional = true }
|
||||||
mime = { version = "0.3.17", optional = true }
|
mime = { version = "0.3.17", optional = true }
|
||||||
palette = "0.7.6"
|
palette = "0.7.6"
|
||||||
rfd = { version = "0.14.1", default-features = false, features = [
|
rfd = { version = "0.15.3", default-features = false, features = [
|
||||||
"xdg-portal",
|
"xdg-portal",
|
||||||
], optional = true }
|
], optional = true }
|
||||||
rustix = { version = "1.0", features = ["pipe", "process"], optional = true }
|
rustix = { version = "1.0", features = ["pipe", "process"], optional = true }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue