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

4
Cargo.lock generated
View file

@ -5074,9 +5074,9 @@ dependencies = [
[[package]]
name = "trash"
version = "3.3.1"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c658458d46d9d5a153a3b5cdd88d8579ad50d4fb85d53961e4526c8fc7c55a57"
checksum = "6a1a7a9a17d3b004898be42be29a4c18d5a4cf008b5cdf72d69b1945dfcb158a"
dependencies = [
"chrono",
"libc",

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"