summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-02-02 17:22:48 +0100
committerCanop <cano.petrole@gmail.com>2023-02-02 17:22:48 +0100
commit1cb4d37f7aed946db98e278626df811c3a27ad52 (patch)
tree2d4de48ac99868dce21085a70f7b73ab8ad83699 /Cargo.toml
parenta8360074d5d77ad3e2714249e7462ce12e5fc76a (diff)
upgrade terminal-light to 1.1
Because of https://github.com/Canop/terminal-light/issues/2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7ca3bea..d640652 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -59,7 +59,7 @@ syntect = { package = "syntect-no-panic", version = "4.6.1" } # see issue #485
tempfile = "3.2"
termimad = "0.20.6"
terminal-clipboard = { version = "0.3.1", optional = true }
-terminal-light = "1.0.1"
+terminal-light = "1.1"
toml = "0.5"
umask = "2.0.0"
unicode-width = "0.1.8"