summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-24 07:26:57 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2020-05-24 10:00:15 +0200
commitf1129189ea19b905cb4ef6c25d92f6d4bdca80b5 (patch)
tree3b6ed959b7481166c0c02e65b8a6fa8edb578ce8 /Cargo.toml
parent7e844774085f3ecd10182daea9a0122ee008bb82 (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 ff8e4fa3..a3319cf9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -58,7 +58,7 @@ optional = true
default-features = false
[dependencies.syntect]
-version = "4.1.0"
+version = "4.2.0"
default-features = false
features = ["parsing", "yaml-load", "dump-load", "dump-create"]