summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-29 01:24:52 +0000
committerGitHub <noreply@github.com>2020-04-29 01:24:52 +0000
commit8db72a017e457d8a996d9e0865651bcb19312028 (patch)
treeaf013f5fe98b3c896af44e64867a102c0787588c /Cargo.toml
parentd6ac98e59efd90b73dac0cc2f56d8f40e97cd1f6 (diff)
Bump syntect from 4.1.0 to 4.1.1 (#145)
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 fb7c0b2a..14fe10da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ unicode-segmentation = "1.3.0"
unicode-width = "0.1.6"
[dependencies.syntect]
-version = "4.1.0"
+version = "4.1.1"
default-features = false
features = ["parsing", "assets", "yaml-load", "dump-load", "regex-onig"]