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>
This commit is contained in:
dependabot[bot] 2021-08-02 20:47:45 +01:00 committed by GitHub
parent e5c6ae47d0
commit c733031528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -752,9 +752,9 @@ dependencies = [
[[package]] [[package]]
name = "syntect" name = "syntect"
version = "4.5.0" version = "4.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bfac2b23b4d049dc9a89353b4e06bbc85a8f42020cccbe5409a115cf19031e5" checksum = "8b20815bbe80ee0be06e6957450a841185fcf690fe0178f14d77a05ce2caa031"
dependencies = [ dependencies = [
"bincode", "bincode",
"bitflags", "bitflags",

View File

@ -41,7 +41,7 @@ default-features = false
features = [] features = []
[dependencies.syntect] [dependencies.syntect]
version = "4.5.0" version = "4.6.0"
default-features = false default-features = false
features = ["parsing", "assets", "yaml-load", "dump-load", "regex-onig"] features = ["parsing", "assets", "yaml-load", "dump-load", "regex-onig"]