summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-26 15:49:46 +0000
committerGitHub <noreply@github.com>2020-05-26 15:49:46 +0000
commitdb449abb8e0754ac5ec0875f66ad4ec2308347dd (patch)
treed9d1fe5918f3d0baaebc5b84dd610c27a69ef583 /Cargo.toml
parentd2b7fdc57e44a07eab7404d0045b7ecdf43a5ee7 (diff)
Bump syntect from 4.1.1 to 4.2.0
Bumps [syntect](https://github.com/trishume/syntect) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/trishume/syntect/releases) - [Changelog](https://github.com/trishume/syntect/blob/master/CHANGELOG.md) - [Commits](https://github.com/trishume/syntect/compare/v4.1.1...v4.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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 913de855..c6d8fb48 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"]