summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKyohei Uto <im@kyoheiu.dev>2023-08-01 05:07:57 +0900
committerKyohei Uto <im@kyoheiu.dev>2023-08-01 05:07:57 +0900
commite8a620169aa4bea09f5bf14d075b19e36acdc839 (patch)
treee56b157b34c704c85f7b39d19056dc6ebb768e77 /Cargo.toml
parentb87d6bb5a8da5086056280f0199f4bc244e80cf5 (diff)
Update syntect to 5.1.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 7e75b9f..438e5d1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,7 @@ log = "0.4.16"
simplelog = "0.12.0"
content_inspector = "0.2.4"
crossterm = "0.25.0"
-syntect = {version = "5.0.0", git = "https://github.com/kyoheiu/syntect"}
+syntect = "5.1.0"
serde_yaml = "0.9.14"
zip = "0.6.4"
tar = "0.4.38"