summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBjoern Hiller <bjoern.hiller@gmail.com>2023-08-29 23:01:11 +0200
committerWei Zhang <kweizh@gmail.com>2023-08-30 12:21:18 +0800
commit7a9506da8974b469d9877c5a7a96b35907e5144a (patch)
treecc57e907ddbc3a019baf3c0535c394ffc118d424 /Cargo.toml
parent2fd1877417bf0e6a75cc56d1e48b756c30b3b275 (diff)
Parse hex colors in themes (#647)
Just delegate to the default deserializer of crossterm which learned dealing with hex color in version 0.27.0.
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 30fa892..11b5986 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ clap_complete = "4.1"
version_check = "0.9.*"
[dependencies]
-crossterm = { version = "0.24.0", features = ["serde"] }
+crossterm = { version = "0.27.0", features = ["serde"] }
dirs = "3.0.*"
libc = "0.2.*"
human-sort = "0.2.2"