summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-11-05 12:13:32 +0100
committerCanop <cano.petrole@gmail.com>2023-11-05 12:13:32 +0100
commit104411431b436ec2b0e1d08d8598c2ae36d8ec3c (patch)
treed90610d312a16f1ac4e801083916ece2e5374e88 /Cargo.toml
parent056c06a9dc153b211efbbc5251733d4e6962fbfe (diff)
left and right keys bindings allowed on non empty input
See https://github.com/Canop/broot/issues/152#issuecomment-1778044435
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d97ab83..5ecbad9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.27.0"
+version = "1.27.1-dev"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
homepage = "https://dystroy.org/broot"
@@ -33,7 +33,7 @@ cli-log = "2.0"
crokey = "0.4.3"
crossbeam = "0.8"
custom_error = "1.6"
-deser-hjson = "2.2"
+deser-hjson = "2.2.2"
directories = "4.0"
file-size = "1.0.3"
fnv = "1.0.7"
@@ -58,8 +58,8 @@ splitty = "1.0"
strict = "0.1.4"
syntect = { package = "syntect-no-panic", version = "4.6.1" } # see issue #485
tempfile = "3.2"
-termimad = "0.25.5"
-terminal-clipboard = { version = "0.4.0", optional = true }
+termimad = "0.26.1"
+terminal-clipboard = { version = "0.4.1", optional = true }
terminal-light = "1.1.1"
toml = "0.8"
umask = "2.1.0"