diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b9a65f..bf516a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Fix `xdg-portal` backend not accepting special characters in message dialogs - Make `set_parent` require `HasWindowHandle + HasDisplayHandle` - Add support for `set_parent` in XDG Portals +- Update `ashpd` to 0.9. ## 0.14.0 - i18n for GTK and XDG Portal diff --git a/Cargo.lock b/Cargo.lock index 24d70e5..5ec9fdd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,9 +28,9 @@ dependencies = [ [[package]] name = "ashpd" -version = "0.8.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b22517ee647547c01a687cf9b76074e1c91334032a4324f7243c6ee0f949390" +checksum = "bfe7e0dd0ac5a401dc116ed9f9119cf9decc625600474cb41f0fc0a0050abc9a" dependencies = [ "async-fs", "async-net", @@ -795,7 +795,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.4", ] [[package]] @@ -1588,9 +1588,9 @@ dependencies = [ [[package]] name = "wayland-protocols" -version = "0.31.2" +version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4" +checksum = "62989625a776e827cc0f15d41444a3cea5205b963c3a25be48ae1b52d6b4daaa" dependencies = [ "bitflags", "wayland-backend", diff --git a/Cargo.toml b/Cargo.toml index c7cb044..d61a571 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ windows-sys = { version = "0.48", features = [ [target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly", target_os = "netbsd", target_os = "openbsd"))'.dependencies] # XDG Desktop Portal -ashpd = { version = "0.8", optional = true, default-features = false, features = ["raw_handle"] } +ashpd = { version = "0.9", optional = true, default-features = false, features = ["raw_handle"] } urlencoding = { version = "2.1.0", optional = true } pollster = { version = "0.3", optional = true } # GTK