summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-12-25 16:17:46 +0100
committerCanop <cano.petrole@gmail.com>2021-12-25 16:17:46 +0100
commit3ea43dbb75d071fb1a820f0ddcf2b551fa895655 (patch)
treeb4ccc655873079675162d73d0653aaa889e7a0c9 /Cargo.toml
parent5ba477c1e0e9ffe7ff43873ab8b1b49b0a08c123 (diff)
upgrade Termimad to 0.20.0 (better algo for table fitting)
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 c3bf406..56eb5c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -54,7 +54,7 @@ splitty = "0.1"
strict = "0.1.4"
syntect = "4.6"
tempfile = "3.2"
-termimad = "0.19.4"
+termimad = "0.20.0"
terminal-clipboard = { version = "0.3.1", optional = true }
toml = "0.5"
umask = "1.0"