update ashpd

This commit is contained in:
Ferdinand Schober
2026-02-11 17:06:09 +01:00
parent ad63b6ba20
commit c2b68376d3
3 changed files with 41 additions and 25 deletions

20
Cargo.lock generated
View File

@@ -155,6 +155,22 @@ dependencies = [
"zbus",
]
[[package]]
name = "ashpd"
version = "0.13.0"
source = "git+https://github.com/feschber/ashpd#f5f407e1834501579c49e7104bcaf26d5e0e52e6"
dependencies = [
"enumflags2",
"fastrand",
"futures-channel",
"futures-util",
"serde",
"serde_repr",
"tokio",
"url",
"zbus",
]
[[package]]
name = "asn1-rs"
version = "0.6.2"
@@ -1666,7 +1682,7 @@ dependencies = [
name = "input-capture"
version = "0.3.0"
dependencies = [
"ashpd",
"ashpd 0.13.0",
"async-trait",
"bitflags 2.9.1",
"core-foundation",
@@ -1696,7 +1712,7 @@ dependencies = [
name = "input-emulation"
version = "0.3.0"
dependencies = [
"ashpd",
"ashpd 0.11.0",
"async-trait",
"bitflags 2.9.1",
"core-graphics",