summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-01 03:35:28 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2021-01-01 08:10:49 +0100
commit334590932af301f5319fb8f27544bdef88dc8aca (patch)
tree72af471d48c81e39f2878c6766fac604146a5f33 /Cargo.toml
parent3f4638204f06069b805fc078df19c110dcec1236 (diff)
Bump syntect from 4.4.0 to 4.5.0
Bumps [syntect](https://github.com/trishume/syntect) from 4.4.0 to 4.5.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.4.0...v4.5.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 c7db6f76..5fd0272c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,7 +57,7 @@ optional = true
default-features = false
[dependencies.syntect]
-version = "4.4.0"
+version = "4.5.0"
default-features = false
features = ["parsing", "yaml-load", "dump-load", "dump-create"]