Skip to content

Commit 66c950d

Browse files
fix(deps): update rust crate comrak to 0.46.0
1 parent eafb285 commit 66c950d

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Cargo.lock

Lines changed: 9 additions & 4 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.44.0", default-features = false }
40+
comrak = { version = "0.46.0", default-features = false }
4141
syntect = { version = "5.0.0", default-features = false, features = ["parsing", "html", "dump-load", "regex-onig"] }
4242
toml = "0.9.2"
4343
prometheus = { version = "0.14.0", default-features = false }

0 commit comments

Comments
 (0)