summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2022-05-10 08:33:09 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2022-05-10 08:33:09 +0800
commitaa2646d5ae4d931ef15787a9723daa007add4a91 (patch)
treecc9cec041d865b0d3fc1a69e10bd9ab61412e196
parent086d0b257cc7488132f8c5ea1b550f352e30e828 (diff)
fix: dependency update; upgrade to trash v2.1.1 .
The trash upgrade makes sure that trashed items on mount points on freedesktop are actually restorable.
-rw-r--r--Cargo.lock12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d158f90..e7a529c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -76,9 +76,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "3.1.15"
+version = "3.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "85a35a599b11c089a7f49105658d089b8f2cf0882993c17daf6de15285c2c35d"
+checksum = "47582c09be7c8b32c0ab3a6181825ababb713fde6fff20fc573a3870dd45c6a0"
dependencies = [
"atty",
"bitflags",
@@ -636,9 +636,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.37"
+version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ec757218438d5fda206afc041538b2f6d889286160d649a86a24d37e1235afd1"
+checksum = "9027b48e9d4c9175fa2218adf3557f91c1137021739951d4932f5f8268ac48aa"
dependencies = [
"unicode-xid",
]
@@ -822,9 +822,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "trash"
-version = "2.1.0"
+version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "050d16a281aad1cb8333865f670531822b93f897e24ac88ec70ee9492808ef7c"
+checksum = "e97b1dc865b8552ca2855720fc8db93da8da66bc9750ab81dc55a1e17f77e7f9"
dependencies = [
"chrono",
"libc",