From 644c328de4a2560d4cd12e01245faf9b8d1ddd0f Mon Sep 17 00:00:00 2001 From: Casper Meijn Date: Fri, 13 Sep 2024 09:30:23 +0200 Subject: [PATCH] build(deps): update pulldown-cmark-to-cmark from 16 to 17 (#1155) --- prost-build/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prost-build/Cargo.toml b/prost-build/Cargo.toml index d53eb80c4..4fd9cd336 100644 --- a/prost-build/Cargo.toml +++ b/prost-build/Cargo.toml @@ -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 }