summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-12-02 16:29:01 +0100
committerCanop <cano.petrole@gmail.com>2021-12-02 16:29:01 +0100
commit46fd10517d96676887754ebf80c74d80d39946a7 (patch)
tree80d916532717cfeed45ae75f84cfa9ad46ab6af7 /Cargo.toml
parentffaa167cfcc97f5197e9291a88918cbf889c9f08 (diff)
version 1.7.4v1.7.4
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9003d94..b30652e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.7.4-dev"
+version = "1.7.4"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"
@@ -28,7 +28,7 @@ clap = { version="2.33", default-features=false, features=["suggestions", "color
cli-log = "2.0"
chrono = "0.4"
crossbeam = "0.8"
-crossterm = "0.21.0"
+crossterm = "0.22.1"
custom_error = "1.6"
deser-hjson = "1.0.2"
directories = "3.0"
@@ -54,7 +54,7 @@ splitty = "0.1"
strict = "0.1.4"
syntect = "4.6"
tempfile = "3.2"
-termimad = "0.19.0"
+termimad = "0.19.3"
terminal-clipboard = { version = "0.3.1", optional = true }
toml = "0.5"
umask = "1.0"