Skip to content

Commit

Permalink
build(deps): update comrak requirement from 0.31.0 to 0.32.0
Browse files Browse the repository at this point in the history
Updates the requirements on [comrak](https://github.com/kivikakk/comrak) to permit the latest version.
- [Release notes](https://github.com/kivikakk/comrak/releases)
- [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt)
- [Commits](kivikakk/comrak@v0.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: comrak
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent fa8205b commit d28af51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ path = "src/lib.rs"
[dependencies]
# Dependencies required for building and running the project.
cfg = "0.9.0"
comrak = "0.31.0"
comrak = "0.32.0"
lazy_static = "1.5.0"
log = "0.4.22"
mdx-gen = "0.0.1"
Expand Down

0 comments on commit d28af51

Please sign in to comment.