From 4a6a4e309a6caa97eae5b7eb6802a0754f967463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 17:04:33 +0000 Subject: [PATCH] build(deps): bump pulldown-cmark from 0.9.3 to 0.10.2 Bumps [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) from 0.9.3 to 0.10.2. - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.9.3...v0.10.2) --- updated-dependencies: - dependency-name: pulldown-cmark dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 ++++++++++--- mwp-content/Cargo.toml | 2 +- mwp-scraper/Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92e5241..9f227fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1971,16 +1971,23 @@ dependencies = [ [[package]] name = "pulldown-cmark" -version = "0.9.3" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998" +checksum = "5f0530d13d87d1f549b66a3e8d0c688952abe5994e204ed62615baaf25dc029c" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.4.1", "getopts", "memchr", + "pulldown-cmark-escape", "unicase", ] +[[package]] +name = "pulldown-cmark-escape" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d5d8f9aa0e3cbcfaf8bf00300004ee3b72f74770f9cbac93f6928771f613276b" + [[package]] name = "quote" version = "1.0.35" diff --git a/mwp-content/Cargo.toml b/mwp-content/Cargo.toml index 16e76d5..b996884 100644 --- a/mwp-content/Cargo.toml +++ b/mwp-content/Cargo.toml @@ -7,6 +7,6 @@ categories.workspace = true repository.workspace = true [dependencies] -pulldown-cmark = "0.9.3" +pulldown-cmark = "0.10.2" url = "2.5.0" walkdir = "2.5.0" diff --git a/mwp-scraper/Cargo.toml b/mwp-scraper/Cargo.toml index ac2b5e9..f9eb68d 100644 --- a/mwp-scraper/Cargo.toml +++ b/mwp-scraper/Cargo.toml @@ -10,7 +10,7 @@ repository.workspace = true html-escape = "0.2.13" lazy_static = "1.4.0" lol_html = "1.2.1" -pulldown-cmark = "0.9.3" +pulldown-cmark = "0.10.2" regex = "1.10.4" reqwest = "0.12.3" serde = "1.0.197"