Skip to content

Commit a765766

Browse files
chore(deps): bump pulldown-cmark in the cargo-dependencies group (#54)
Bumps the cargo-dependencies group with 1 update: [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark). Updates `pulldown-cmark` from 0.12.1 to 0.12.2 - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](pulldown-cmark/pulldown-cmark@v0.12.1...v0.12.2) --- updated-dependencies: - dependency-name: pulldown-cmark dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 193e798 commit a765766

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tui-markdown/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ansi-to-tui = { version = "6.0.0", optional = true }
2929
document-features = { version = "0.2.10", optional = true }
3030
itertools = "0.13.0"
3131
pretty_assertions = "1.4.1"
32-
pulldown-cmark = "0.12.1"
32+
pulldown-cmark = "0.12.2"
3333
ratatui.workspace = true
3434
rstest = "0.23.0"
3535
syntect = { version = "5.2.0", optional = true }

0 commit comments

Comments
 (0)