summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-27 13:37:35 +0000
committerGitHub <noreply@github.com>2020-05-27 13:37:35 +0000
commitae27ddb7170481d6f4c6c25192eb7262ba4d0479 (patch)
tree11ca584dfa23394e81e10d3227acd6b445565547 /Cargo.toml
parent1b0487db2f180bb50cf8d32c1ae9ba7f44b4298f (diff)
parentdb449abb8e0754ac5ec0875f66ad4ec2308347dd (diff)
Merge pull request #200 from dandavison/dependabot/cargo/syntect-4.2.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 2947b017..a9ae5154 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ unicode-segmentation = "1.6.0"
unicode-width = "0.1.7"
[dependencies.syntect]
-version = "4.1.1"
+version = "4.2.0"
default-features = false
features = ["parsing", "assets", "yaml-load", "dump-load", "regex-onig"]