Skip to content

Commit

Permalink
Merge pull request #1282 from svenstaro/dependabot/cargo/comrak-0.20.0
Browse files Browse the repository at this point in the history
Bump comrak from 0.19.0 to 0.20.0
  • Loading branch information
svenstaro authored Nov 30, 2023
2 parents a6ffaf4 + 04b2919 commit d8ab01f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -32,7 +32,7 @@ clap = { version = "4", features = ["derive", "cargo", "wrap_help", "deprecated"
clap_complete = "4"
clap_mangen = "0.2"
colored = "2"
comrak = { version = "0.19", default-features = false }
comrak = { version = "0.20", default-features = false }
fast_qr = { version = "0.10", features = ["svg"] }
futures = "0.3"
grass = { version = "0.13", features = ["macro"] }
Expand Down

0 comments on commit d8ab01f

Please sign in to comment.