Update trash dependency

This commit is contained in:
Jeremy Soller 2024-09-18 08:31:30 -06:00
parent 50f5853183
commit a40e6cdff4
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@ regex = "1"
serde = { version = "1", features = ["serde_derive"] }
shlex = { version = "1.3" }
tokio = { version = "1", features = ["sync"] }
trash = { git = "https://github.com/jackpot51/trash-rs.git", branch = "delete-info" }
trash = { git = "https://github.com/jackpot51/trash-rs.git", branch = "cosmic" }
url = "2.5"
walkdir = "2.5.0"
wayland-client = { version = "0.31.5", optional = true }