From ab20c6abbc194e5c9f103fe251883d7b15f8f2f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 09:03:41 +0000 Subject: [PATCH] Bump pulldown-cmark-to-cmark from 21.1.0 to 22.0.0 Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 21.1.0 to 22.0.0. - [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.1.0...v22.0.0) --- updated-dependencies: - dependency-name: pulldown-cmark-to-cmark dependency-version: 22.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- i18n-helpers/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44af7e6..3690c54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1178,9 +1178,9 @@ checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" [[package]] name = "pulldown-cmark-to-cmark" -version = "21.1.0" +version = "22.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8246feae3db61428fd0bb94285c690b460e4517d83152377543ca802357785f1" +checksum = "50793def1b900256624a709439404384204a5dc3a6ec580281bfaac35e882e90" dependencies = [ "pulldown-cmark", ] diff --git a/i18n-helpers/Cargo.toml b/i18n-helpers/Cargo.toml index d11de03..b9581ed 100644 --- a/i18n-helpers/Cargo.toml +++ b/i18n-helpers/Cargo.toml @@ -20,7 +20,7 @@ mdbook-preprocessor.workspace = true mdbook-renderer.workspace = true polib.workspace = true pulldown-cmark = { version = "0.13.0", default-features = false, features = ["html"] } -pulldown-cmark-to-cmark = "21.1.0" +pulldown-cmark-to-cmark = "22.0.0" regex = "1.12" semver = "1.0.27" serde_json.workspace = true