summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-12-30 16:00:22 +0100
committerCanop <cano.petrole@gmail.com>2023-12-30 16:00:22 +0100
commitc9c38d8e83df6933fca411f055806f391a677051 (patch)
tree0e06e6c2550bdc4dd238264ddd0846283e743112 /Cargo.toml
parenteb2af6c65ebb77da7b50ef0971c2f64ae7d942e2 (diff)
fix :trash internal not applied to staged files
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2eac09b..5452c20 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.30.2"
+version = "1.30.3-dev"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
homepage = "https://dystroy.org/broot"
@@ -62,7 +62,7 @@ termimad = "0.26.1"
terminal-clipboard = { version = "0.4.1", optional = true }
terminal-light = "1.1.1"
toml = "0.8"
-trash = "3.1"
+trash = "3.1.2"
umask = "2.1.0"
unicode-width = "0.1.10"
which = "4.4.0"