From fe896ddd471ceaa6b20c98b56da6c147c4a1f7c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Nov 2021 18:37:41 +0100 Subject: [PATCH] Bump pulldown-cmark-to-cmark from 7.0.0 to 7.1.0 (#48) Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 7.0.0 to 7.1.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/v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: pulldown-cmark-to-cmark dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 026fc3b..b4f4db6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -402,9 +402,9 @@ dependencies = [ [[package]] name = "pulldown-cmark-to-cmark" -version = "7.0.0" +version = "7.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b3ec335215b97156144f3231d484b5d0add61fb8fade8f7ce471cdbdcd6e522" +checksum = "2d85e607de0249c2b5041e38de8684b00b62a64edee60bfcd85c153031a9d658" dependencies = [ "pulldown-cmark", ] diff --git a/Cargo.toml b/Cargo.toml index 30ed077..7edaf75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ matter = "0.1.0-alpha4" pathdiff = "0.2.1" percent-encoding = "2.1.0" pulldown-cmark = "0.8.0" -pulldown-cmark-to-cmark = "7.0.0" +pulldown-cmark-to-cmark = "7.1.0" rayon = "1.5.0" regex = "1.5.3" serde_yaml = "0.8.21"