Skip to content

Commit 4c38307

Browse files
committed
upgrade comrak to 0.33.0
1 parent 9b9f3dd commit 4c38307

File tree

2 files changed

+3
-41
lines changed

2 files changed

+3
-41
lines changed

Cargo.lock

Lines changed: 2 additions & 40 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
@@ -37,7 +37,7 @@ docsrs-metadata = { path = "crates/metadata" }
3737
anyhow = { version = "1.0.42", features = ["backtrace"]}
3838
backtrace = "0.3.61"
3939
thiserror = "2.0.3"
40-
comrak = { version = "0.32.0", default-features = false }
40+
comrak = { version = "0.33.0", default-features = false }
4141
syntect = { version = "5.0.0", default-features = false, features = ["parsing", "html", "dump-load", "regex-onig"] }
4242
toml = "0.8.0"
4343
prometheus = { version = "0.13.0", default-features = false }

0 commit comments

Comments
 (0)