summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-12-14 23:01:09 +0000
committerGitHub <noreply@github.com>2020-12-14 23:01:09 +0000
commita632e3f704d8e5b10326f6d79ad58807f2fa103d (patch)
tree5c681003250e76631658a0bf819f9463dc622f7d
parent05933a7ddb3a6c3bdaec06dfcaf2b75b94f5ef97 (diff)
Bump syntect from 4.4.0 to 4.5.0 (#441)
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> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e5790102..1e1b6f8f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -882,9 +882,9 @@ dependencies = [
[[package]]
name = "syntect"
-version = "4.4.0"
+version = "4.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4e3978df05b5850c839a6b352d3c35ce0478944a4be689be826b53cf75363e88"
+checksum = "2bfac2b23b4d049dc9a89353b4e06bbc85a8f42020cccbe5409a115cf19031e5"
dependencies = [
"bincode",
"bitflags",
diff --git a/Cargo.toml b/Cargo.toml
index aada4cc2..237618d3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ default-features = false
features = []
[dependencies.syntect]
-version = "4.4.0"
+version = "4.5.0"
default-features = false
features = ["parsing", "assets", "yaml-load", "dump-load", "regex-onig"]