Skip to content

Commit

Permalink
Merge pull request #607 from nelsonjchen/dependabot/cargo/comrak-0.28.0
Browse files Browse the repository at this point in the history
Bump comrak from 0.20.0 to 0.28.0
  • Loading branch information
nelsonjchen authored Sep 6, 2024
2 parents 7faecbb + 1f062a3 commit 6e71599
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 27 deletions.
57 changes: 31 additions & 26 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 @@ -13,7 +13,7 @@ askama = { version = "0.12.1", features = ["with-rocket", "mime", "mime_guess"]
askama_rocket = "0.12.0"
reqwest = { version = "0.12", features = ["deflate", "brotli", "gzip"] }
tokio = { version = "1", features = ["full"] }
comrak = "0.20"
comrak = "0.28"
regex = "1"
lazy_static = "1.4.0"
percent-encoding = "2.3.1"
Expand Down

0 comments on commit 6e71599

Please sign in to comment.