update notify-rust

This commit is contained in:
Robin Appelman 2026-04-15 01:06:22 +02:00
commit 1937fbd083
3 changed files with 69 additions and 206 deletions

View file

@ -22,9 +22,10 @@ sha2 = "0.11.0"
hex = "0.4.3"
xee-xpath = "0.1.5"
xee-interpreter = "0.2.0"
notify-rust = "4.13.0"
notify-rust = { version = "4.13.0", default-features = false, features = ["z-with-tokio"] }
tokio = "1.51.0"
ashpd = { version = "0.13.9", features = ["open_uri"] }
futures-util = "0.3.32"
[dev-dependencies]
maplit = "1.0.2"