Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 30, 2024
1 parent 3d1593c commit dc9465e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 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 @@ -27,7 +27,7 @@ js-sys = "0.3.69"
mrml = { version = "4.0.1", features = ["parse", "render"], default-features = false }
nom = { version = "7.1.3", features = ["alloc"] }
pulldown-cmark = "0.12.2"
pulldown-cmark-escape = "0.10.1"
pulldown-cmark-escape = "0.11.0"
serde = { version = "1.0.215", features = ["derive"] }
serde-wasm-bindgen = "0.6.5"
textwrap = "0.16.1"
Expand Down

0 comments on commit dc9465e

Please sign in to comment.