summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-02 20:47:45 +0100
committerGitHub <noreply@github.com>2021-08-02 20:47:45 +0100
commitc733031528d1b1e31679c75be4a0991053446013 (patch)
tree1bd1e4f649976270f02c39cba33f740ed9ea3164
parente5c6ae47d06fd725fd9ec52580af4657160256ba (diff)
Bump syntect from 4.5.0 to 4.6.0 (#674)
Bumps [syntect](https://github.com/trishume/syntect) from 4.5.0 to 4.6.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.5.0...v4.6.0) --- updated-dependencies: - dependency-name: syntect dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[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 001e8588..acf62bf9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -752,9 +752,9 @@ dependencies = [
[[package]]
name = "syntect"
-version = "4.5.0"
+version = "4.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2bfac2b23b4d049dc9a89353b4e06bbc85a8f42020cccbe5409a115cf19031e5"
+checksum = "8b20815bbe80ee0be06e6957450a841185fcf690fe0178f14d77a05ce2caa031"
dependencies = [
"bincode",
"bitflags",
diff --git a/Cargo.toml b/Cargo.toml
index e6fd0c95..876db981 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ default-features = false
features = []
[dependencies.syntect]
-version = "4.5.0"
+version = "4.6.0"
default-features = false
features = ["parsing", "assets", "yaml-load", "dump-load", "regex-onig"]