Skip to content

Commit

Permalink
Bump syntect from 5.0.0 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [syntect](https://github.com/trishume/syntect) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/trishume/syntect/releases)
- [Changelog](https://github.com/trishume/syntect/blob/master/CHANGELOG.md)
- [Commits](trishume/syntect@v5.0.0...v5.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2023
1 parent c6a4675 commit bde776a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
23 changes: 15 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ext/commonmarker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
magnus = "0.5"
comrak = { version = "0.18", features = ["shortcodes"] }
syntect = { version = "5.0", features = ["plist-load"] }
syntect = { version = "5.1", features = ["plist-load"] }

[lib]
name = "commonmarker"
Expand Down

0 comments on commit bde776a

Please sign in to comment.