summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-02 20:47:45 +0100
committerGitHub <noreply@github.com>2021-08-02 20:47:45 +0100
commitc733031528d1b1e31679c75be4a0991053446013 (patch)
tree1bd1e4f649976270f02c39cba33f740ed9ea3164 /Cargo.toml
parente5c6ae47d06fd725fd9ec52580af4657160256ba (diff)
Bump syntect from 4.5.0 to 4.6.0 (#674)
Bumps [syntect](https://github.com/trishume/syntect) from 4.5.0 to 4.6.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.5.0...v4.6.0) --- updated-dependencies: - dependency-name: syntect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[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 e6fd0c95..876db981 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ default-features = false
features = []
[dependencies.syntect]
-version = "4.5.0"
+version = "4.6.0"
default-features = false
features = ["parsing", "assets", "yaml-load", "dump-load", "regex-onig"]