Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a18e7ec

Browse files
committedDec 6, 2023
run cargo update, upgrade comrak
1 parent ba417d3 commit a18e7ec

File tree

2 files changed

+205
-157
lines changed

2 files changed

+205
-157
lines changed
 

‎Cargo.lock

Lines changed: 204 additions & 156 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
@@ -47,7 +47,7 @@ anyhow = { version = "1.0.42", features = ["backtrace"]}
4747
backtrace = "0.3.61"
4848
failure = "0.1.8"
4949
thiserror = "1.0.26"
50-
comrak = { version = "0.19.0", default-features = false }
50+
comrak = { version = "0.20.0", default-features = false }
5151
syntect = { version = "5.0.0", default-features = false, features = ["parsing", "html", "dump-load", "regex-onig"] }
5252
toml = "0.8.0"
5353
prometheus = { version = "0.13.0", default-features = false }

0 commit comments

Comments
 (0)
Please sign in to comment.