Skip to content

Commit fe8a68e

Browse files
committed
Auto merge of #3953 - Turbo87:comrak, r=hi-rustin
Update `comrak` to v0.12.1 see https://github.com/kivikakk/comrak/releases This does not appear to contain any significant changes for us, but it prevents `cargo outdated` from complaining 😆
2 parents bfa094e + 176e227 commit fe8a68e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

src/markdown/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ path = "lib.rs"
1313

1414
[dependencies]
1515
ammonia = "3.1.2"
16-
comrak = { version = "0.10.1", default-features = false }
16+
comrak = { version = "0.12.1", default-features = false }
1717
htmlescape = "0.3.1"
1818
url = "2.2.2"

0 commit comments

Comments
 (0)