From 7adef843ed4e56bcc1cf960e88c78b1e2068b16a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 May 2025 18:55:46 +0000 Subject: [PATCH] build(deps): update comrak requirement from 0.35 to 0.39 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 2bef1c1..46dca74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ exclude = [ [dependencies] anyhow = "1.0" -comrak = "0.35" +comrak = "0.39" env_logger = "0.11" html-escape = "0.2" lazy_static = "1.5"