Skip to content

Commit e74de76

Browse files
build(deps): update pulldown-cmark-to-cmark requirement from >=16, <=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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ae30c5 commit e74de76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prost-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ syn = { version = "2", features = ["full"], optional = true }
3232

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

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

0 commit comments

Comments
 (0)