Bump trash: 3.3.1 to 4.1.0

The latest version of `trash` supports a feature needed to monitor the
trash.
This commit is contained in:
Josh Megnauth 2024-03-19 22:40:13 -04:00
parent d0a2a9262e
commit 503bce2c37
No known key found for this signature in database
GPG key ID: 70813183462EFAD3
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ paste = "1.0"
serde = { version = "1", features = ["serde_derive"] }
shlex = { version = "1.3" }
tokio = { version = "1", features = ["sync"] }
trash = "3.2.0"
trash = "4.1.0"
xdg = { version = "2.5.2", optional = true }
xdg-mime = "0.3"
url = "2.5"