Skip to content

Commit 107153f

Browse files
build(deps): update pulldown-cmark-to-cmark requirement from 21 to 22 (#1384)
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@v21.0.0...v22.0.0) --- updated-dependencies: - dependency-name: pulldown-cmark-to-cmark dependency-version: 22.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3fc7003 commit 107153f

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
@@ -31,7 +31,7 @@ syn = { version = "2", features = ["full"], optional = true }
3131

3232
# These two must be kept in sync, used for `cleanup-markdown` feature.
3333
pulldown-cmark = { version = "0.13", optional = true, default-features = false }
34-
pulldown-cmark-to-cmark = { version = "21", optional = true }
34+
pulldown-cmark-to-cmark = { version = "22", optional = true }
3535

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

0 commit comments

Comments
 (0)