summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-14 23:01:09 +0000
committerGitHub <noreply@github.com>2020-12-14 23:01:09 +0000
commita632e3f704d8e5b10326f6d79ad58807f2fa103d (patch)
tree5c681003250e76631658a0bf819f9463dc622f7d /Cargo.toml
parent05933a7ddb3a6c3bdaec06dfcaf2b75b94f5ef97 (diff)
Bump syntect from 4.4.0 to 4.5.0 (#441)
Bumps [syntect](https://github.com/trishume/syntect) from 4.4.0 to 4.5.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.4.0...v4.5.0) 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 aada4cc2..237618d3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ default-features = false
features = []
[dependencies.syntect]
-version = "4.4.0"
+version = "4.5.0"
default-features = false
features = ["parsing", "assets", "yaml-load", "dump-load", "regex-onig"]