From 6b1f13b321a6584299b3c04cb8d68144fd51fdec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:26:35 +0000 Subject: [PATCH] :arrow_up: Bump pulldown-cmark-to-cmark from 14.0.1 to 20.0.1 Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 14.0.1 to 20.0.1. - [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/v14.0.1...v20.0.1) --- updated-dependencies: - dependency-name: pulldown-cmark-to-cmark dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 ++++++++++++++++----- Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca5d5d1..036323e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -920,7 +920,7 @@ dependencies = [ "once_cell", "opener", "pathdiff", - "pulldown-cmark", + "pulldown-cmark 0.10.3", "regex", "serde", "serde_json", @@ -944,7 +944,7 @@ dependencies = [ "hex_color", "log", "mdbook", - "pulldown-cmark", + "pulldown-cmark 0.10.3", "pulldown-cmark-to-cmark", "semver", "serde", @@ -1327,6 +1327,17 @@ dependencies = [ "unicase", ] +[[package]] +name = "pulldown-cmark" +version = "0.12.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14" +dependencies = [ + "bitflags 2.8.0", + "memchr", + "unicase", +] + [[package]] name = "pulldown-cmark-escape" version = "0.10.0" @@ -1335,11 +1346,11 @@ checksum = "d5d8f9aa0e3cbcfaf8bf00300004ee3b72f74770f9cbac93f6928771f613276b" [[package]] name = "pulldown-cmark-to-cmark" -version = "14.0.1" +version = "20.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03ac1dab098faca0c377449f5dbe98a222a3f6d67089c2e308bd3c7076cd37bd" +checksum = "6c0f333311d2d8fda65bcf76af35054e9f38e253332a0289746156a59656988b" dependencies = [ - "pulldown-cmark", + "pulldown-cmark 0.12.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 0a7f74b..57b640c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ hex_color = "3.0.0" log = "0.4.25" mdbook = "0.4.44" pulldown-cmark = "0.10.3" -pulldown-cmark-to-cmark = "14.0.1" +pulldown-cmark-to-cmark = "20.0.1" semver = "1.0.25" serde_json = "1.0.138"