From 9ea81f9b800a389ed63f83bbbaf82e3f2cb307c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 00:56:28 +0000 Subject: [PATCH] Update Rust crate comrak to 0.20.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a69c9bb4..760280fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ actix-web = "4.4.1" ahash = { version = "0.8.7", features = ["std", "serde", "runtime-rng"] } chrono = { version = "0.4.31", features = ["alloc", "std", "clock", "serde", "unstable-locales"] } clap = { version = "4.4.13", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] } -comrak = { version = "0.19.0", features = ["syntect", "shortcodes"] } +comrak = { version = "0.20.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"