From 0606eca6de24b7288ca018352ab9fa76437861c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 19:29:25 +0000 Subject: [PATCH] Bump pulldown-cmark-to-cmark from 11.0.0 to 11.0.2 Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 11.0.0 to 11.0.2. - [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.0...v11.0.2) --- updated-dependencies: - dependency-name: pulldown-cmark-to-cmark dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e26f635..7f51482 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -491,9 +491,9 @@ dependencies = [ [[package]] name = "pulldown-cmark-to-cmark" -version = "11.0.0" +version = "11.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3118a235a72ced8a51669699d9febd97c0d6e23b3bd3a1d9d0fdaa995082099" +checksum = "a883e495f8fc4f209521b03a89dde6f6f211ed7cf92e85693c82508e8b722710" dependencies = [ "pulldown-cmark", ] diff --git a/Cargo.toml b/Cargo.toml index d097f33..c28c4b9 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.0" +pulldown-cmark-to-cmark = "11.0.2" rayon = "1.8.0" regex = "1.10.2" serde_yaml = "0.9.25"