diff --git a/Cargo.toml b/Cargo.toml index ad04e95..11da825 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ path = "src/lib.rs" [dependencies] # Dependencies required for building and running the project. cfg = "0.9.0" -comrak = { version = "0.35.0", features = ["syntect"] } +comrak = { version = "0.39.0", features = ["syntect"] } lazy_static = "1.5.0" log = "0.4.22" mdx-gen = "0.0.1"