From 9aee81d95ed57bb19bd69b66decb4c72451a31ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 13:22:02 +0000 Subject: [PATCH] build(deps): update pulldown-cmark-to-cmark requirement from 21 to 22 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/v21.0.0...v22.0.0) --- updated-dependencies: - dependency-name: pulldown-cmark-to-cmark dependency-version: 22.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- defiant-build/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defiant-build/Cargo.toml b/defiant-build/Cargo.toml index 2f5c193..0a62d05 100644 --- a/defiant-build/Cargo.toml +++ b/defiant-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.13", optional = true, default-features = false } -pulldown-cmark-to-cmark = { version = "21", optional = true } +pulldown-cmark-to-cmark = { version = "22", optional = true } [dev-dependencies] env_logger = { version = "0.11", default-features = false }