diff --git a/prost-build/Cargo.toml b/prost-build/Cargo.toml index 65e57cbbe..d93850915 100644 --- a/prost-build/Cargo.toml +++ b/prost-build/Cargo.toml @@ -31,7 +31,7 @@ prettyplease = { version = "0.2", optional = true } 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 = { version = "0.13", optional = true, default-features = false } pulldown-cmark-to-cmark = { version = ">=16, <=20", optional = true } [dev-dependencies]