summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-03 10:08:44 -0400
committerGitHub <noreply@github.com>2020-08-03 10:08:44 -0400
commit2731194d4511075894c5cb5bb79ed082209141ae (patch)
tree3089bdc84fe504d0262d1e7102390729814458dc /Cargo.toml
parent08b9de49e7a0327c63c78ad348ce83d08e619ae6 (diff)
Bump syntect from 4.2.0 to 4.3.0 (#270)
Bumps [syntect](https://github.com/trishume/syntect) from 4.2.0 to 4.3.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/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.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 11b9c338..eec03360 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ default-features = false
features = []
[dependencies.syntect]
-version = "4.2.0"
+version = "4.3.0"
default-features = false
features = ["parsing", "assets", "yaml-load", "dump-load", "regex-onig"]