Skip to content

Commit d80249b

Browse files
committed
deps: Update ashpd to 0.11
1 parent 4f983c7 commit d80249b

File tree

3 files changed

+62
-139
lines changed

3 files changed

+62
-139
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Change Log
22

33
## Unreleased
4+
- Update `ashpd` to 0.11.
45

56
## 0.15.1
67
- Update `ashpd` to 0.10.

Cargo.lock

Lines changed: 60 additions & 138 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ windows-sys = { version = "0.59", features = [
6767

6868
[target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "netbsd", target_os = "openbsd"))'.dependencies]
6969
# XDG Desktop Portal
70-
ashpd = { version = "0.10", optional = true, default-features = false, features = ["raw_handle"] }
70+
ashpd = { version = "0.11", optional = true, default-features = false, features = ["raw_handle"] }
7171
urlencoding = { version = "2.1.0", optional = true }
7272
pollster = { version = "0.4", optional = true }
7373
# GTK

0 commit comments

Comments
 (0)