Skip to content

Commit

Permalink
Bump comrak from 0.16.0 to 0.17.1 (#234)
Browse files Browse the repository at this point in the history
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.16.0 to 0.17.1.
- [Release notes](https://github.com/kivikakk/comrak/releases)
- [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt)
- [Commits](kivikakk/comrak@0.16.0...0.17.1)

---
updated-dependencies:
- dependency-name: comrak
  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>
  • Loading branch information
dependabot[bot] committed Mar 28, 2023
1 parent dce2a73 commit e2c877b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 120 deletions.
121 changes: 2 additions & 119 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 @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
magnus = "0.5"
comrak = { version = "0.16", features = ["shortcodes"] }
comrak = { version = "0.17", features = ["shortcodes"] }
syntect = { version = "5.0", features = ["plist-load"] }

[lib]
Expand Down

0 comments on commit e2c877b

Please sign in to comment.