summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAbin Simon <mail@meain.io>2022-02-13 22:51:44 +0530
committerAbin Simon <abinsimon10@gmail.com>2022-02-18 10:28:12 +0530
commit5972f6c99a5a198909662e197e16a2701c94d5f0 (patch)
tree4381c50c59a36d51ae1e32c22448abd008c41861 /Cargo.toml
parent5f8a24e2b8045dce115a7ebcde54e68fcce94614 (diff)
Bump lscolors to 0.9.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5c122f0..156cfac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,7 @@ name = "lsd"
readme = "./README.md"
repository = "https://github.com/Peltoche/lsd"
version = "0.21.0"
-edition = "2018"
+edition = "2021"
[[bin]]
name = "lsd"
@@ -30,7 +30,7 @@ terminal_size = "0.1.*"
chrono = "0.4.*"
chrono-humanize = "0.1.*"
unicode-width = "0.1.*"
-lscolors = "0.7"
+lscolors = "0.9.0"
wild = "2.0.*"
globset = "0.4.*"
xdg = "2.1.*"