Skip to content

Commit

Permalink
build(deps): update pulldown-cmark-to-cmark from 16 to 17 (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
caspermeijn committed Sep 13, 2024
1 parent 4b1b982 commit 644c328
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 @@ -33,7 +33,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", optional = true }
pulldown-cmark-to-cmark = { version = ">=16, <=17", optional = true }

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

0 comments on commit 644c328

Please sign in to comment.