From d28af513e77b283a43af374b5bcdb5c69407d350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 21:51:54 +0000 Subject: [PATCH] build(deps): update comrak requirement from 0.31.0 to 0.32.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.31.0...v0.32.0) --- updated-dependencies: - dependency-name: comrak 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 61a53ca..1bbe3f1 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 = "0.31.0" +comrak = "0.32.0" lazy_static = "1.5.0" log = "0.4.22" mdx-gen = "0.0.1"