Skip to content

Commit

Permalink
build(deps): bump pulldown-cmark from 0.10.3 to 0.11.0
Browse files Browse the repository at this point in the history
Bumps [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) from 0.10.3 to 0.11.0.
- [Release notes](https://github.com/raphlinus/pulldown-cmark/releases)
- [Commits](pulldown-cmark/pulldown-cmark@v0.10.3...v0.11.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] committed May 15, 2024
1 parent a5d20c0 commit 95a4fb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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.10.3"
pulldown-cmark = "0.11.0"
url = "2.5.0"
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.4.0"
lol_html = "1.2.1"
pulldown-cmark = "0.10.3"
pulldown-cmark = "0.11.0"
regex = "1.10.4"
reqwest = "0.12.4"
serde = "1.0.202"
Expand Down

0 comments on commit 95a4fb6

Please sign in to comment.