Skip to content

Commit

Permalink
build(deps): bump pulldown-cmark from 0.9.3 to 0.10.0
Browse files Browse the repository at this point in the history
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](pulldown-cmark/pulldown-cmark@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 285ec71 commit d830073
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 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.9.3"
pulldown-cmark = "0.10.0"
url = "2.5.0"
walkdir = "2.4.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.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"
Expand Down

0 comments on commit d830073

Please sign in to comment.