Skip to content

Commit 5c97cf8

Browse files
build(deps): Update pulldown-cmark to 0.13 (#1259)
* build(deps): update pulldown-cmark requirement from 0.12 to 0.13 Updates the requirements on [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) to permit the latest version. - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](pulldown-cmark/pulldown-cmark@v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: pulldown-cmark dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): update pulldown-cmark-to-cmark requirement to 21 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...v21.0.0) --- updated-dependencies: - dependency-name: pulldown-cmark-to-cmark dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db871b4 commit 5c97cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prost-build/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ prettyplease = { version = "0.2", optional = true }
3131
syn = { version = "2", features = ["full"], optional = true }
3232

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

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

0 commit comments

Comments
 (0)