From 612885503ae4601505c7fc7000c105d2e5fc9e38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 05:29:20 +0000 Subject: [PATCH] chore(deps): bump pulldown-cmark-to-cmark from 16.0.1 to 17.0.0 (#103) 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 8ed0bbb..94540f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1347,9 +1347,9 @@ checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" [[package]] name = "pulldown-cmark-to-cmark" -version = "16.0.1" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "171b9687038fb417937aee4ce1d0a269897091f05be16660a1e45777533c54b9" +checksum = "41b27c0d365d60ff3e085007911d73419e5664de48155d558ebfa84d117a5109" dependencies = [ "pulldown-cmark 0.12.1", ] diff --git a/Cargo.toml b/Cargo.toml index 7a987b7..52f997d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ semver = "1.0" mdbook = "0.4.40" pulldown-cmark = "0.12" -pulldown-cmark-to-cmark = "16.0" +pulldown-cmark-to-cmark = "17.0" serde = { version = "1.0.210", features = ["derive"] } anyhow = "1.0.86"