summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-09-23 02:20:28 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2019-09-23 08:14:41 +0200
commit25c2e1725e2495925bff9e01007c9cbc981c1c8c (patch)
tree3f074962fa954fd8868564b80a73379fbb1cb41d /Cargo.toml
parent853e48e3f30989c2e15a0f1d111016cef98d9740 (diff)
Bump syntect from 3.2.1 to 3.3.0
Bumps [syntect](https://github.com/trishume/syntect) from 3.2.1 to 3.3.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.2.1...v3.3.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 2ab6c9ee..affb1cba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ default-features = false
features = []
[dependencies.syntect]
-version = "3.2.1"
+version = "3.3.0"
default-features = false
features = ["parsing", "yaml-load", "dump-load", "dump-create"]