summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-11-06 20:13:35 +0100
committerCanop <cano.petrole@gmail.com>2021-11-06 20:13:35 +0100
commit335c2847d57ad8b89141da9060fe11524f29b9f4 (patch)
tree355f59efd236e1b68c627592b9caeab36fbc776f /Cargo.toml
parenta1f36d003b0bab7d24207900c4c53b7656576996 (diff)
upgrade terminal-clipboard to fix a problem on X11
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 987e046..bc18ca1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.7.0"
+version = "1.7.1"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"
@@ -55,7 +55,7 @@ strict = "0.1.4"
syntect = "4.5"
tempfile = "3.2"
termimad = "0.17.0"
-terminal-clipboard = { version = "0.3.0", optional = true }
+terminal-clipboard = { version = "0.3.1", optional = true }
toml = "0.5"
umask = "1.0"
unicode-width = "0.1.8"