From 806e33b2990c7b1725c4b7698683673cf548baf2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 12:52:30 +0000 Subject: [PATCH] Update Rust crate comrak to 0.25.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7293be28..7c2cb86f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ actix-web = "4.7.0" 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.6", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } -comrak = { version = "0.19.0", features = ["syntect", "shortcodes"] } +comrak = { version = "0.25.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"