Skip to content

Commit

Permalink
build(deps): bump pulldown-cmark from 0.11.0 to 0.12.2
Browse files Browse the repository at this point in the history
Bumps [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) from 0.11.0 to 0.12.2.
- [Release notes](https://github.com/raphlinus/pulldown-cmark/releases)
- [Commits](pulldown-cmark/pulldown-cmark@v0.11.0...v0.12.2)

---
updated-dependencies:
- dependency-name: pulldown-cmark
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2024
1 parent f7a8210 commit c174813
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mwp-content/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ categories.workspace = true
repository.workspace = true

[dependencies]
pulldown-cmark = "0.11.0"
pulldown-cmark = "0.12.2"
url = "2.5.2"
walkdir = "2.5.0"
2 changes: 1 addition & 1 deletion mwp-scraper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository.workspace = true
html-escape = "0.2.13"
lazy_static = "1.5.0"
lol_html = "1.2.1"
pulldown-cmark = "0.11.0"
pulldown-cmark = "0.12.2"
regex = "1.11.1"
reqwest = "0.12.5"
serde = "1.0.215"
Expand Down

0 comments on commit c174813

Please sign in to comment.