From fd346baee91370d0c0e46c1e0fd8aa0b32ac95b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 22:46:50 +0100 Subject: [PATCH] Bump pulldown-cmark-to-cmark from 6.0.4 to 7.0.0 (#47) Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 6.0.4 to 7.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/v6.0.4...v7.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] 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 f29c675..026fc3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -402,9 +402,9 @@ dependencies = [ [[package]] name = "pulldown-cmark-to-cmark" -version = "6.0.4" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f5925e2c68fb0c3c189cd0f6bbcf1e16402a070d4fcaf7600e239e8302dd0e8" +checksum = "3b3ec335215b97156144f3231d484b5d0add61fb8fade8f7ce471cdbdcd6e522" dependencies = [ "pulldown-cmark", ] diff --git a/Cargo.toml b/Cargo.toml index 260a463..30ed077 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 = "6.0.4" +pulldown-cmark-to-cmark = "7.0.0" rayon = "1.5.0" regex = "1.5.3" serde_yaml = "0.8.21"