From e78f19a2fa3dd8d4d42a43cc39a5b7462acd1551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 19:38:18 +0200 Subject: [PATCH] Bump pulldown-cmark-to-cmark from 6.0.3 to 6.0.4 (#44) Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 6.0.3 to 6.0.4. - [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.3...v6.0.4) --- updated-dependencies: - dependency-name: pulldown-cmark-to-cmark dependency-type: direct:production update-type: version-update:semver-patch ... 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 f0298fb..abdc452 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -402,9 +402,9 @@ dependencies = [ [[package]] name = "pulldown-cmark-to-cmark" -version = "6.0.3" +version = "6.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a72d775989b8b4cc8e5e924a99d6b3ed960da727f78394b7abd539301972e08e" +checksum = "1f5925e2c68fb0c3c189cd0f6bbcf1e16402a070d4fcaf7600e239e8302dd0e8" dependencies = [ "pulldown-cmark", ] diff --git a/Cargo.toml b/Cargo.toml index c86bf43..c10a259 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ matter = "0.1.0-alpha4" pathdiff = "0.2.0" percent-encoding = "2.1.0" pulldown-cmark = "0.8.0" -pulldown-cmark-to-cmark = "6.0.3" +pulldown-cmark-to-cmark = "6.0.4" rayon = "1.5.0" regex = "1.5.3" serde_yaml = "0.8.21"