Skip to content

Commit 644c328

Browse files
authored
build(deps): update pulldown-cmark-to-cmark from 16 to 17 (#1155)
1 parent 4b1b982 commit 644c328

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

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

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

0 commit comments

Comments
 (0)