summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2019-02-25 03:16:02 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2019-02-25 07:03:17 +0100
commitecf147fd9666b7ead585748893a6792691e77a4e (patch)
treed2b690c589fdd0cf093183f73e718ab4ca0947d4 /Cargo.toml
parentf0771d65329d1c01b22e5545f8201bd51d603b1f (diff)
Bump syntect from 3.0.2 to 3.1.0
Bumps [syntect](https://github.com/trishume/syntect) from 3.0.2 to 3.1.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/v3.0.2...v3.1.0) Signed-off-by: dependabot[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 b07c652f..4e6bfbe5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ default-features = false
features = []
[dependencies.syntect]
-version = "3.0.2"
+version = "3.1.0"
default-features = false
features = ["parsing", "yaml-load", "dump-load", "dump-create"]