From d830073cf2d0a167d6ec2ddfedf90631cee01e8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:46:24 +0000 Subject: [PATCH] build(deps): bump pulldown-cmark from 0.9.3 to 0.10.0 Bumps [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) from 0.9.3 to 0.10.0. - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.9.3...v0.10.0) --- 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 04cd636..63824a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1886,16 +1886,23 @@ dependencies = [ [[package]] name = "pulldown-cmark" -version = "0.9.3" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998" +checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7" 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 a011a8c..1191713 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.0" url = "2.5.0" walkdir = "2.4.0" diff --git a/mwp-scraper/Cargo.toml b/mwp-scraper/Cargo.toml index 1d3bdfe..92af83c 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.0" -pulldown-cmark = "0.9.3" +pulldown-cmark = "0.10.0" regex = "1.10.3" reqwest = "0.11.24" serde = "1.0.196"