summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-07-11 19:16:24 +0200
committerCanop <cano.petrole@gmail.com>2022-07-11 19:16:24 +0200
commite8a5f7687ac9efd30d549ce2dd1b83e452506215 (patch)
tree75f1ec7ea114151f4e06809c8d4b8decc3077ec2 /Cargo.toml
parentdb417052bc7557fa0f0277225106db56666d4822 (diff)
version 1.14.2v1.14.2
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 430d549..8a30255 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.14.1"
+version = "1.14.2"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"
@@ -59,7 +59,7 @@ syntect = { package = "syntect-no-panic", version = "4.6.1" } # see issue #485
tempfile = "3.2"
termimad = "0.20.2"
terminal-clipboard = { version = "0.3.1", optional = true }
-terminal-light = { version = "0.8.1", git = "https://github.com/Canop/terminal-light", branch = "mio" }
+terminal-light = "1.0.0"
toml = "0.5"
umask = "2.0.0"
unicode-width = "0.1.8"