Skip to content

Commit

Permalink
chore(deps): bump pulldown-cmark from 0.9.6 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.6 to 0.10.0.
- [Release notes](https://github.com/raphlinus/pulldown-cmark/releases)
- [Commits](pulldown-cmark/pulldown-cmark@v0.9.6...v0.10.0)

---
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 Mar 12, 2024
1 parent a832e5d commit 3f91c3a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["development-tools"]
clap = { version = "4.5.2", features = ["derive"] }
ignore = "0.4.22"
matter = "0.1.0-alpha4"
pulldown-cmark = { version = "0.9.6", default-features = false }
pulldown-cmark = { version = "0.10.0", default-features = false }
pulldown-cmark-to-cmark = "11.2.0"
schemars = "0.8.16"
serde = { version = "1.0.197", features = ["derive"] }
Expand Down

0 comments on commit 3f91c3a

Please sign in to comment.