From c298215591f07af02a5caff52e5afa380191de45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Apr 2025 14:17:19 +0000 Subject: [PATCH] build(deps): update pulldown-cmark requirement from 0.12 to 0.13 Updates the requirements on [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) to permit the latest version. - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: pulldown-cmark dependency-version: 0.13.0 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 2f9fc7c..71c5020 100644 --- a/prost-build/Cargo.toml +++ b/prost-build/Cargo.toml @@ -32,7 +32,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, <=17", optional = true } [dev-dependencies]