Bump syntect from 4.6.0 to 5.0.0

Bumps [syntect](https://github.com/trishume/syntect) from 4.6.0 to 5.0.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.6.0...v5.0.0)

---
updated-dependencies:
- dependency-name: syntect
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-09-09 20:06:20 +00:00
committed by GitHub
parent 060c5e8733
commit 459b90ec4a
2 changed files with 26 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ actix-web = "4.0"
htmlescape = "0.3"
askama = "0.11"
bat = "0.20"
syntect = "4.6"
syntect = "5.0"
tokio = { version = "1.20", features = ["sync"] }
futures = "0.3"