From b9bc51cd751ec7c822b50f970fd43c39928d723f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:23:43 +0000 Subject: [PATCH] build(deps): bump comrak from 0.31.0 to 0.32.0 Bumps [comrak](https://github.com/kivikakk/comrak) from 0.31.0 to 0.32.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 980195c..b14aae0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,9 +367,9 @@ dependencies = [ [[package]] name = "comrak" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "453dcb42e33f7b474d7e0db12e0b8d82802c88f35cf5a1d8c297d0dfcecb154f" +checksum = "48ae8f3e7e3f3d424cbb33354fc36943d507327d210aa5794b0192f4be726c6d" dependencies = [ "bon", "caseless", diff --git a/Cargo.toml b/Cargo.toml index d27821c..7edf79a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ serde_yaml = "0.9" serde_json = "1.0" hotwatch = "0.5" tera = {version = "1.20", features = ["preserve_order"]} -comrak = { version = "0.31.0", features = ["shortcodes"] } +comrak = { version = "0.32.0", features = ["shortcodes"] } walkdir = "2.5" chrono = { version = "0.4", features = ["serde"] } frontmatter-gen = { version = "0.0.5", features=["default"] }