From 3a7a71f5e4b342e9de575fa69c9da0d810cc72eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:26:09 +0000 Subject: [PATCH] build(deps): bump comrak from 0.32.0 to 0.33.0 Bumps [comrak](https://github.com/kivikakk/comrak) from 0.32.0 to 0.33.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.32.0...v0.33.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- Cargo.lock | 6 ++---- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a1c271..c92a39d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,9 +367,9 @@ dependencies = [ [[package]] name = "comrak" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48ae8f3e7e3f3d424cbb33354fc36943d507327d210aa5794b0192f4be726c6d" +checksum = "39bff2cbb80102771ca62bd2375bc6f6611dc1493373440b23aa08a155538708" dependencies = [ "bon", "caseless", @@ -377,8 +377,6 @@ dependencies = [ "emojis", "entities", "memchr", - "once_cell", - "regex", "shell-words", "slug", "syntect", diff --git a/Cargo.toml b/Cargo.toml index 7b6b405..fa4ff20 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.32.0", features = ["shortcodes"] } +comrak = { version = "0.33.0", features = ["shortcodes"] } walkdir = "2.5" chrono = { version = "0.4", features = ["serde"] } frontmatter-gen = { version = "0.0.5", features=["default"] }