From df3650d822525c33aa2f37e2a52b76d4389edc4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 19:57:41 +0000 Subject: [PATCH] Bump pulldown-cmark-to-cmark from 11.0.2 to 13.0.0 Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 11.0.2 to 13.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/v11.0.2...v13.0.0) --- 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 2bff233..17dbc53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -414,7 +414,7 @@ dependencies = [ "pathdiff", "percent-encoding", "pretty_assertions", - "pulldown-cmark", + "pulldown-cmark 0.9.3", "pulldown-cmark-to-cmark", "rayon", "regex", @@ -489,12 +489,23 @@ dependencies = [ ] [[package]] -name = "pulldown-cmark-to-cmark" -version = "11.0.2" +name = "pulldown-cmark" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a883e495f8fc4f209521b03a89dde6f6f211ed7cf92e85693c82508e8b722710" +checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7" dependencies = [ - "pulldown-cmark", + "bitflags 2.4.0", + "memchr", + "unicase", +] + +[[package]] +name = "pulldown-cmark-to-cmark" +version = "13.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f609795c8d835f79dcfcf768415b9fb57ef1b74891e99f86e73f43a7a257163b" +dependencies = [ + "pulldown-cmark 0.10.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 50cebe0..a601d31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ matter = "0.1.0-alpha4" pathdiff = "0.2.1" percent-encoding = "2.3.1" pulldown-cmark = "0.9.3" -pulldown-cmark-to-cmark = "11.0.2" +pulldown-cmark-to-cmark = "13.0.0" rayon = "1.8.0" regex = "1.10.2" serde_yaml = "0.9.27"