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"