Skip to content

Commit 0fa7c2a

Browse files
build(deps): bump pulldown-cmark from 0.9.6 to 0.11.0
Bumps [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) from 0.9.6 to 0.11.0. - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](pulldown-cmark/pulldown-cmark@v0.9.6...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>
1 parent 650f568 commit 0fa7c2a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Cargo.lock

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ html5ever = "0.28.0"
2626
js-sys = "0.3.69"
2727
mrml = { version = "4.0.1", features = ["parse", "render"], default-features = false }
2828
nom = { version = "7.1.3", features = ["alloc"] }
29-
pulldown-cmark = "0.9.2"
29+
pulldown-cmark = "0.11.0"
3030
serde = { version = "1.0.206", features = ["derive"] }
3131
serde-wasm-bindgen = "0.6.5"
3232
textwrap = "0.16.1"

0 commit comments

Comments
 (0)