From a5a30324897231240fb42bd558e192f279b2b8e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 21:58:46 +0000 Subject: [PATCH] build(deps): update comrak requirement from 0.35.0 to 0.39.0 Updates the requirements on [comrak](https://github.com/kivikakk/comrak) to permit the latest version. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/v0.35.0...v0.39.0) --- updated-dependencies: - dependency-name: comrak dependency-version: 0.39.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"