Skip to content

Commit

Permalink
build(deps): update pulldown-cmark-to-cmark requirement from >=16, <=…
Browse files Browse the repository at this point in the history
…18 to >=16, <=19 (#1195)

Updates the requirements on [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) to permit the latest version.
- [Release notes](https://github.com/Byron/pulldown-cmark-to-cmark/releases)
- [Changelog](https://github.com/Byron/pulldown-cmark-to-cmark/blob/main/CHANGELOG.md)
- [Commits](Byron/pulldown-cmark-to-cmark@v16.0.0...v19.0.0)

---
updated-dependencies:
- dependency-name: pulldown-cmark-to-cmark
  dependency-type: direct:production
...

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] authored Nov 25, 2024
1 parent 5ae30c5 commit e74de76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prost-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ syn = { version = "2", features = ["full"], optional = true }

# These two must be kept in sync, used for `cleanup-markdown` feature.
pulldown-cmark = { version = "0.12", optional = true, default-features = false }
pulldown-cmark-to-cmark = { version = ">=16, <=18", optional = true }
pulldown-cmark-to-cmark = { version = ">=16, <=19", optional = true }

[dev-dependencies]
env_logger = { version = "0.11", default-features = false }

0 comments on commit e74de76

Please sign in to comment.