summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlexander Kjäll <alexander.kjall@gmail.com>2023-09-26 17:32:06 +0200
committerWei Zhang <kweizh@gmail.com>2023-09-27 00:53:56 +0800
commita325255bcbfb56117e7bf78a03ee813becca472c (patch)
tree4cb6ba7b8d1d1eee225ae57b8083a1d9f14b0f9f /Cargo.toml
parent08ffd13b347fbae34847c03c826c9ce831a06cd3 (diff)
upgrade lscolors to 0.14.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 1a3a220..37cac62 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ once_cell = "1.17.1"
chrono = { version = "0.4.*", features = ["unstable-locales"] }
chrono-humanize = "0.1.*"
unicode-width = "0.1.*"
-lscolors = "0.9.0"
+lscolors = "0.14.0"
wild = "2.0.*"
globset = "0.4.*"
xdg = "2.1.*"