Skip to content

Commit

Permalink
upgrade comrak to 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Jan 10, 2025
1 parent 4cec1d1 commit 2a27c1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 41 deletions.
42 changes: 2 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ docsrs-metadata = { path = "crates/metadata" }
anyhow = { version = "1.0.42", features = ["backtrace"]}
backtrace = "0.3.61"
thiserror = "2.0.3"
comrak = { version = "0.32.0", default-features = false }
comrak = { version = "0.33.0", default-features = false }
syntect = { version = "5.0.0", default-features = false, features = ["parsing", "html", "dump-load", "regex-onig"] }
toml = "0.8.0"
prometheus = { version = "0.13.0", default-features = false }
Expand Down

0 comments on commit 2a27c1f

Please sign in to comment.