Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Update Rust crate comrak to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 29, 2024
1 parent 0c6bfc1 commit 8b96bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ actix-web = "4.5.1"
ahash = { version = "0.8.11", features = ["std", "serde", "runtime-rng"] }
chrono = { version = "0.4.38", features = ["alloc", "std", "clock", "serde", "unstable-locales"] }
clap = { version = "4.5.4", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
comrak = { version = "0.19.0", features = ["syntect", "shortcodes"] }
comrak = { version = "0.23.0", features = ["syntect", "shortcodes"] }
derive_more = { version = "0.99.17", features = ["default", "convert_case", "generate-parsing-rs", "testing-helpers", "nightly", "peg", "rustc_version" ] }
futures = "0.3.30"
glob = "0.3.1"
Expand Down

0 comments on commit 8b96bcb

Please sign in to comment.