aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKirawi2024-02-11 17:38:09 +0000
committerGitHub2024-02-11 17:38:09 +0000
commit786b5c533e32cfe88dbf8742fdbc18829fb46334 (patch)
tree3f59fdd093729bf868cd96623867a6392686cd83 /Cargo.lock
parent581a1ebf5d327c1128fe6c283578e8f36a4b5fb5 (diff)
follow neovim's truecolor detection (#9577)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a7ef8eb0..a0f5645d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1387,6 +1387,7 @@ dependencies = [
"signal-hook-tokio",
"smallvec",
"tempfile",
+ "termini",
"tokio",
"tokio-stream",
"toml",