From 503bce2c37c457b19ff50dccbbacc5f144498040 Mon Sep 17 00:00:00 2001 From: Josh Megnauth Date: Tue, 19 Mar 2024 22:40:13 -0400 Subject: [PATCH] Bump `trash`: 3.3.1 to 4.1.0 The latest version of `trash` supports a feature needed to monitor the trash. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abd51e9..c7f16f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 4d85a98..ca07272 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"