summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-08-10 11:17:54 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2019-08-10 14:06:13 +0200
commitdcfa810112ae11f9e00900bfd7c8b210c061bb22 (patch)
tree674740e8b2420636be2d2b3da099619dcadab2a5 /Cargo.toml
parentf963104006bb9139a276c31b66be0314cfe473aa (diff)
Bump syntect from 3.2.0 to 3.2.1
Bumps [syntect](https://github.com/trishume/syntect) from 3.2.0 to 3.2.1. - [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/v3.2.0...v3.2.1) 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 36087b20..dd3f15c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ default-features = false
features = []
[dependencies.syntect]
-version = "3.2.0"
+version = "3.2.1"
default-features = false
features = ["parsing", "yaml-load", "dump-load", "dump-create"]