summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-09-07 20:18:20 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2020-09-08 20:20:50 +0200
commitb9dac6ca5d82120cf7f8d7dd96d2b30c7497f027 (patch)
tree628a17b5597e70d571a0491036423ec2bd2f9fb2 /Cargo.toml
parentc3f85c8372d9b4d7587f2309bea61c3ad0dbd937 (diff)
Bump syntect from 4.2.0 to 4.4.0
Bumps [syntect](https://github.com/trishume/syntect) from 4.2.0 to 4.4.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.2.0...v4.4.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 9e846be2..a70cb623 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -59,7 +59,7 @@ optional = true
default-features = false
[dependencies.syntect]
-version = "4.2.0"
+version = "4.4.0"
default-features = false
features = ["parsing", "yaml-load", "dump-load", "dump-create"]