From 0c7e91e4b4ddba4303a314b5041be38b31db44e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 05:50:39 +0000 Subject: [PATCH] build(deps): update pulldown-cmark-to-cmark requirement from >=16, <=19 to >=16, <=20 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](https://github.com/Byron/pulldown-cmark-to-cmark/compare/v16.0.0...v20.0.0) --- updated-dependencies: - dependency-name: pulldown-cmark-to-cmark dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 6e6157949..8266da0a1 100644 --- a/prost-build/Cargo.toml +++ b/prost-build/Cargo.toml @@ -32,7 +32,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, <=19", optional = true } +pulldown-cmark-to-cmark = { version = ">=16, <=20", optional = true } [dev-dependencies] env_logger = { version = "0.11", default-features = false }